Browse Source

gitconfig: use nvim if available for core.editor

raylu 9 years ago
parent
commit
030dd8c86a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gitconfig

+ 1 - 1
gitconfig

@@ -31,7 +31,7 @@
 	color = true
 
 [core]
-	editor = vim
+	editor = vi
 	pager = less -FXRS -x4
 
 [merge]