From: Sergey Matveev Date: Thu, 23 Jan 2020 11:24:35 +0000 (+0300) Subject: History pattern searching seems more convenient X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=77477f33ca2ff1a77a5071d9966534f9920e902e History pattern searching seems more convenient --- diff --git a/zsh/.zshrc b/zsh/.zshrc index a2a95d1..056f919 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -34,7 +34,7 @@ zle -N history-beginning-search-backward-end history-search-end zle -N history-beginning-search-forward-end history-search-end bindkey "^[[A" history-beginning-search-backward-end bindkey "^[[B" history-beginning-search-forward-end -bindkey "^R" history-incremental-search-backward +bindkey "^R" history-incremental-pattern-search-backward # }}} # Prompt {{{