Force vim in foreground mode when using git.

Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
Jacob Kiers 2014-05-06 21:35:45 +02:00
parent 7d4c9b54e7
commit 3d9e4513a3
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
old = red bold
new = green bold
[core]
editor = vim
# Force vim in foreground mode.
editor = vim -f
# http://stackoverflow.com/questions/136178/git-diff-handling-long-lines
# If doesn't work, try: pager = less -+$LESS -FRX
pager = less -r