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