6 lines
223 B
Bash
6 lines
223 B
Bash
# vim configuration.
|
|
#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="nvim"
|
|
alias v="nvim"
|