Просмотр исходного кода

interactive mode: continue on single key press without expecting <return>

Fabian Peter Hammerle 5 лет назад
Родитель
Сommit
f62344291b
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      gitconfig

+ 3 - 0
gitconfig

@@ -6,6 +6,9 @@
 [core]
 	excludesfile = ~/.config/git/gitignore
 
+[interactive]
+	singleKey = true
+
 [diff]
 	tool = vimdiff