Switch to vim keybindings.

This commit is contained in:
David Tomaschik
2018-05-02 22:13:42 -07:00
committed by GitHub
parent 48477290f0
commit 5e3d133f8b

View File

@@ -4,7 +4,7 @@ HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace histlexwords histverify cbases
unsetopt beep histbeep listbeep flowcontrol
bindkey -e
bindkey -v
# Completion
zstyle :compinstall filename "${HOME}/.zshrc"