From e7206206845486f7be65067623fb4007a105b27f Mon Sep 17 00:00:00 2001 From: CramMK Date: Mon, 15 Jun 2020 12:54:54 +0200 Subject: [PATCH] Remove timeout in zsh vi-mode --- dotfiles/zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index 1d439f5..e0b8b91 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -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