Force vim in foreground mode when using git.
Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
parent
7d4c9b54e7
commit
3d9e4513a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user