File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ alias be="b exec"
120
120
alias bi=" b install"
121
121
alias bil=' bi --local'
122
122
alias binit=" bi && b package && echo 'vendor/ruby' >> .gitignore"
123
- alias bo=" EDITOR=vim b open"
123
+ alias bo=" EDITOR=nvim b open"
124
124
125
125
# ###########################################################
126
126
# # Ruby
@@ -212,6 +212,6 @@ alias t='target'
212
212
alias ws=" rbenv shell 2.7.1 && working_set"
213
213
214
214
# ###########################################################
215
- alias vi=vim
215
+ alias vi=nvim
216
216
alias clcl=' clear; tmux clear-history'
217
217
alias cv=" TERM=xterm-256color cdb"
Original file line number Diff line number Diff line change 31
31
default = tracking
32
32
[core]
33
33
excludesfile = /Users/jgarvin/.gitignore_global
34
- editor = vim --noplugins
34
+ editor = nvim --noplugins
35
35
[rerere]
36
36
enabled = 1
37
37
[github]
You can’t perform that action at this time.
0 commit comments