Explorar el Código

Use vim for git editor

Andrew Swistak hace 6 años
padre
commit
ac93dea9b1
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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