Add back KEYTIMEOUT to more quickly enter visual mode

This commit is contained in:
Daniel McKnight 2025-07-11 08:35:11 -07:00
parent 7c967d6b32
commit 9d92db6983

3
.zshrc
View file

@ -147,7 +147,6 @@ zinit light zsh-users/zsh-autosuggestions
zinit light zsh-users/zsh-syntax-highlighting zinit light zsh-users/zsh-syntax-highlighting
# Key bindings config # Key bindings config
#KEYTIMEOUT=5 KEYTIMEOUT=5
# ^[ for esc; ^I for tab # ^[ for esc; ^I for tab
bindkey '^a' autosuggest-accept bindkey '^a' autosuggest-accept