zsh:keys: Increase KEYTIMEOUT a bit

This commit is contained in:
2021-01-02 00:40:01 +01:00
parent e4677c2626
commit 5c91bc23a2

View File

@@ -19,8 +19,10 @@ for m in visual viopp; do
done done
done done
# no delay when switching into NORMAL # Decrease delay when switching into NORMAL mode.
export KEYTIMEOUT=1 # A timeout is still necessary as otherwise multi character bindings (for
# example in vicmd) do not work.
export KEYTIMEOUT=20
function zle-line-init zle-keymap-select { function zle-line-init zle-keymap-select {
# Switch cursor style depending on mode # Switch cursor style depending on mode