diff --git a/.zshrc b/.zshrc index 86a4e5c..9f5c488 100644 --- a/.zshrc +++ b/.zshrc @@ -12,6 +12,7 @@ HISTSIZE=15000 SAVEHIST=15000 setopt appendhistory +bindkey -e bindkey '^R' history-incremental-search-backward bindkey '^I^I' autosuggest-accept