removed vim
This commit is contained in:
parent
9f1df652a3
commit
f524c99512
8
zshrc
8
zshrc
@ -40,10 +40,10 @@ PATH="$HOME/.local/bin":"$PATH"
|
|||||||
#export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
|
#export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
|
||||||
|
|
||||||
# For vim
|
# For vim
|
||||||
EDITOR="vim"
|
export EDITOR="nvim"
|
||||||
stty -ixon # turn of <C-s> for vimshell
|
#stty -ixon # turn of <C-s> for vimshell
|
||||||
alias vi="vim"
|
alias vi="nvim"
|
||||||
alias nano="vim"
|
alias nano="nvim"
|
||||||
|
|
||||||
# GPG ssh tty
|
# GPG ssh tty
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
Loading…
Reference in New Issue
Block a user