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:
parent
60dc168a49
commit
8523f8c2ff
1 changed files with 0 additions and 3 deletions
3
.zshrc
3
.zshrc
|
@ -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 &|
|
||||||
# <<<
|
# <<<
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue