Change default git editor to vim
This commit is contained in:
parent
54d9c86198
commit
630c1cc4b3
2 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
[core]
|
||||
excludesfile = ~/.gitignore_global
|
||||
autocrlf = input
|
||||
editor = subl
|
||||
editor = vim
|
||||
filemode = false
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
* insert-sudo function return to end of line
|
||||
* vi mode on command line
|
||||
* * set -o vi
|
||||
* Leader for buffer nexting (,n?)
|
||||
|
|
Loading…
Reference in a new issue