From 389b94c812162989bf6cf12244db89e60c1228db Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Sun, 21 Jul 2013 16:44:02 +0200 Subject: [PATCH] [zsh] Use vim keybindings --- zsh/zshrc.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/zshrc.local b/zsh/zshrc.local index b53101c..41a0caa 100644 --- a/zsh/zshrc.local +++ b/zsh/zshrc.local @@ -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