소스 검색

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

Fabian Peter Hammerle 5 년 전
부모
커밋
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