use nvim
This commit is contained in:
parent
350eb4bca2
commit
754429ebc1
3 changed files with 378 additions and 1 deletions
|
@ -13,7 +13,8 @@ export LANG=en_US.UTF-8
|
|||
export HISTCONTROL=ignoreboth
|
||||
export HISTSIZE=3000
|
||||
export WORDCHARS='*?_[]~=&;!#$%^(){}'
|
||||
export EDITOR=vim
|
||||
export EDITOR=nvim
|
||||
export VISUAL=nvim
|
||||
|
||||
# ssh
|
||||
export SSH_AUTH_SOCK=$HOME/.ssh/ssh_auth_sock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue