From 60dc168a49ff4e89196d42af303de5163ec3b9c6 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 30 May 2025 23:57:02 -0700 Subject: [PATCH] zsh: unbind escape normal mode maps --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 9ea7b77..76890e8 100644 --- a/.zshrc +++ b/.zshrc @@ -212,6 +212,9 @@ bindkey '^[[B' history-substring-search-down bindkey -M vicmd 'k' history-substring-search-up bindkey -M vicmd 'j' history-substring-search-down +# Disable all insert mode binds that start with so we can get to normal mode faster +bindkey -rpM viins '\e' + # Run compaudit and such, from OMZL::compfix.zsh handle_completion_insecurities &| # <<<