zsh: unbind escape normal mode maps
This commit is contained in:
parent
f74ed5e4cd
commit
60dc168a49
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.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 <Esc> so we can get to normal mode faster
|
||||
bindkey -rpM viins '\e'
|
||||
|
||||
# Run compaudit and such, from OMZL::compfix.zsh
|
||||
handle_completion_insecurities &|
|
||||
# <<<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue