mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 06:31:20 +00:00
Make VIM default editor
This commit is contained in:
parent
a692174c0a
commit
6ab03d4cb5
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
pager = delta
|
||||
editor = vim
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
@ -37,4 +38,4 @@
|
|||
required = true
|
||||
|
||||
[includeIf "gitdir:~/Repos/projects.blender.org/"]
|
||||
path = ~/.config/git/blender.gitconfig
|
||||
path = ~/.config/git/blender.gitconfig
|
||||
|
|
Loading…
Reference in a new issue