Explorar el Código

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

Fabian Peter Hammerle hace 6 años
padre
commit
f62344291b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      gitconfig

+ 3 - 0
gitconfig

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