Use vim mode, not emacs mode.

This commit is contained in:
Gea-Suan Lin
2015-12-28 09:35:05 +08:00
parent 7a1d0c0ee9
commit c52c2de56b

2
.zshrc
View File

@@ -58,7 +58,7 @@ precmd() {
fi
}
#
bindkey -e
bindkey -v
typeset -A key
key[Delete]=${terminfo[kdch1]}
key[Down]=${terminfo[kcud1]}