removed vim

This commit is contained in:
Felix Van der Jeugt 2015-12-30 01:30:14 +01:00
parent 9f1df652a3
commit f524c99512
1 changed files with 4 additions and 4 deletions

8
zshrc
View File

@ -40,10 +40,10 @@ PATH="$HOME/.local/bin":"$PATH"
#export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
# For vim
EDITOR="vim"
stty -ixon # turn of <C-s> for vimshell
alias vi="vim"
alias nano="vim"
export EDITOR="nvim"
#stty -ixon # turn of <C-s> for vimshell
alias vi="nvim"
alias nano="nvim"
# GPG ssh tty
export GPG_TTY=$(tty)