Browse Source

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

Fabian Peter Hammerle 5 năm trước cách đây
mục cha
commit
f62344291b
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      gitconfig

+ 3 - 0
gitconfig

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