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]
|
[core]
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
editor = subl
|
editor = vim
|
||||||
filemode = false
|
filemode = false
|
||||||
[merge]
|
[merge]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
|
|
|
@ -3,3 +3,4 @@
|
||||||
* insert-sudo function return to end of line
|
* insert-sudo function return to end of line
|
||||||
* vi mode on command line
|
* vi mode on command line
|
||||||
* * set -o vi
|
* * set -o vi
|
||||||
|
* Leader for buffer nexting (,n?)
|
||||||
|
|
Loading…
Reference in a new issue