Switch from vim keybindings to emacs in zsh.

This commit is contained in:
David Tomaschik
2014-04-03 18:44:31 -07:00
parent 09b7cad44a
commit 345c2e5423

2
zshrc
View File

@@ -4,7 +4,7 @@ HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory autocd extendedglob nomatch
unsetopt beep
bindkey -v
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/david/.zshrc'