zsh: unbind escape normal mode maps

This commit is contained in:
PowerUser64 2025-05-30 23:57:02 -07:00
parent f74ed5e4cd
commit 60dc168a49

3
.zshrc
View file

@ -212,6 +212,9 @@ bindkey '^[[B' history-substring-search-down
bindkey -M vicmd 'k' history-substring-search-up bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down bindkey -M vicmd 'j' history-substring-search-down
# Disable all insert mode binds that start with <Esc> so we can get to normal mode faster
bindkey -rpM viins '\e'
# Run compaudit and such, from OMZL::compfix.zsh # Run compaudit and such, from OMZL::compfix.zsh
handle_completion_insecurities &| handle_completion_insecurities &|
# <<< # <<<