4 lines
53 B
Bash
4 lines
53 B
Bash
|
export EDITOR=nvim
|
||
|
export VISUAL=nvim
|
||
|
alias vim=nvim
|