zsh:keys: Increase KEYTIMEOUT a bit
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user