소스 검색

Update git editor

Andrew Swistak 9 년 전
부모
커밋
e4f7a46186
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      gitconfig

+ 3 - 3
gitconfig

@@ -12,9 +12,7 @@
 [mergetool]
   prompt = false
 [core]
-  editor = vim -f
-[mergetool]
-  prompt = false
+  editor = vim
 [alias]
   lol = log --oneline
   c = commit
@@ -25,6 +23,8 @@
   ca = commit -a
   d = diff
   ch = checkout
+[mergetool "vimdiff"]
+  cmd = nvim -d
 [diff]
   tool = vimdiff
 [color]