[zsh] Use vim keybindings

This commit is contained in:
Thomas Kolb 2013-07-21 16:44:02 +02:00
parent 42b37ff4cd
commit 389b94c812
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Skip all this for non-interactive shells
#[[ -z "$PS1" ]] && return
# Use Emacs keybindings
bindkey -e
# Use Vim keybindings
bindkey -v
# Keybindings converted from readline
bindkey "\e[1~" beginning-of-line