Revert "zsh: unbind escape normal mode maps"

This reverts commit 60dc168a49.

The problem with this is it removed things like arrow keys
This commit is contained in:
PowerUser64 2025-05-31 12:53:16 -07:00
parent 60dc168a49
commit 8523f8c2ff

3
.zshrc
View file

@ -212,9 +212,6 @@ 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 &|
# <<< # <<<