This website works better with JavaScript
Home
Explore
Help
Sign In
raylu
/
dotfiles
Watch
1
Star
0
Fork
0
Files
Pull Requests
0
Browse Source
gitconfig: use nvim if available for core.editor
raylu
9 years ago
parent
c50030583d
commit
030dd8c86a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
gitconfig
+ 1
- 1
gitconfig
View File
@@ -31,7 +31,7 @@
color = true
[core]
- editor = vi
m
+ editor = vi
pager = less -FXRS -x4
[merge]