Change default git editor to vim

This commit is contained in:
Andrew Tomaka 2013-06-05 12:09:40 -04:00
parent 54d9c86198
commit 630c1cc4b3
2 changed files with 2 additions and 1 deletions

View file

@ -26,7 +26,7 @@
[core]
excludesfile = ~/.gitignore_global
autocrlf = input
editor = subl
editor = vim
filemode = false
[merge]
tool = vimdiff

View file

@ -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?)