Enabled vi mode in zsh.

This commit is contained in:
Faerbit 2014-01-27 16:37:40 +01:00
parent 9f7577d032
commit 0e348f9ae0

8
zshrc
View File

@ -40,3 +40,11 @@ fi
source ~/.zsh_functions
export EDITOR=vim
export PATH=$PATH:/home/fab/bin
#vi mode
bindkey -v
export KEYTIMEOUT=1
#backspace working after returning from command mode
bindkey '^?' backward-delete-char
bindkey '^h' backward-delete-char