소스 검색

Use vim for git editor

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

+ 4 - 4
gitconfig

@@ -4,20 +4,20 @@
 [push]
   default = simple
 [merge]
-  tool = gvimdiff
+  tool = vimdiff
   conflictstyle = diff3
   summary = true
 [interactive]
   singlekey = true
 [core]
-  editor = mvim -f
+  editor = nvim -f
   pager = less -F -X
   excludesfile = ~/.gitignore
 [mergetool]
   prompt = false
-  tool = gvimdiff
+  tool = vimdiff
 [diff]
-  tool = gvimdiff
+  tool = vimdiff
 [alias]
   lol = log --oneline
   c = commit