Revert "customs/key-bindings.zsh: added"

This reverts commit cd96842c39.
This commit is contained in:
tokiclover 2014-09-22 20:07:54 +02:00
parent a2cfcb02b1
commit ace6674e79

View file

@ -1,11 +0,0 @@
if zstyle -t ':prezto:module:editor' key-bindings 'emacs' 'vi'; then
for keymap in 'emacs' 'viins'; do
bindkey -M "$keymap" "\EOw" beginning-of-line
bindkey -M "$keymap" "\EOq" end-of-line
bindkey -M "$keymap" "\EOt" backward-char
bindkey -M "$keymap" "\EOv" forward-char
bindkey -M "$keymap" "\EOx" up-line-or-history
bindkey -M "$keymap" "\EOr" down-line-or-history
done
fi
unset keymap