From 8523f8c2ff0c092146484b3ce2bca604d8dbbc17 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 31 May 2025 12:53:16 -0700 Subject: [PATCH] Revert "zsh: unbind escape normal mode maps" This reverts commit 60dc168a49ff4e89196d42af303de5163ec3b9c6. The problem with this is it removed things like arrow keys --- .zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zshrc b/.zshrc index 76890e8..9ea7b77 100644 --- a/.zshrc +++ b/.zshrc @@ -212,9 +212,6 @@ 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 &| # <<<