Remove timeout in zsh vi-mode

This commit is contained in:
CramMK
2020-06-15 12:54:54 +02:00
parent edcd75f175
commit e720620684

View File

@@ -44,6 +44,8 @@ alias cachefonts="fc-cache -f -v"
alias w="vim ~/vimwiki/index.md"
# change cursor thickness for vi-mode
KEYTIMEOUT=1
function zle-keymap-select {
if [[ ${KEYMAP} == vicmd ]] ||
[[ $1 = 'block' ]]; then