bash : alias v to nvim.
This commit is contained in:
parent
5640157a81
commit
624dc0d6b9
|
@ -2,3 +2,4 @@
|
||||||
#export vim_args='-c "filetype plugin indent on" -c "set autoindent" -c "set tabstop=2" -c "set shiftwidth=2" -c "set expandtab" -c "set number"'
|
#export vim_args='-c "filetype plugin indent on" -c "set autoindent" -c "set tabstop=2" -c "set shiftwidth=2" -c "set expandtab" -c "set number"'
|
||||||
#alias vi="vi $vim_args"
|
#alias vi="vi $vim_args"
|
||||||
alias vi="nvim"
|
alias vi="nvim"
|
||||||
|
alias v="nvim"
|
||||||
|
|
Reference in a new issue