delay opt

pull/4/head
gotbletu 11 years ago
parent 5815e7b21b
commit cd34da574e

@ -3,6 +3,12 @@
# enable vim mode on commmand line
bindkey -v
# no delay entering normal mode
# https://coderwall.com/p/h63etq
# https://github.com/pda/dotzsh/blob/master/keyboard.zsh#L10
# 10ms for key sequences
KEYTIMEOUT=1
# show vim status
# http://zshwiki.org/home/examples/zlewidgets
function zle-line-init zle-keymap-select {

Loading…
Cancel
Save