Added gvim -f for git commit/rebase messages
parent
0eb4405849
commit
b5f4e2d069
|
|
@ -80,8 +80,8 @@
|
||||||
# Make `git rebase` safer on OS X
|
# Make `git rebase` safer on OS X
|
||||||
# More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
|
# More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
|
||||||
trustctime = false
|
trustctime = false
|
||||||
editor = vim
|
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
editor = gvim -f
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
# Use colors in Git commands that are capable of colored output when
|
# Use colors in Git commands that are capable of colored output when
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue