From 77477f33ca2ff1a77a5071d9966534f9920e902e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 23 Jan 2020 14:24:35 +0300 Subject: [PATCH] History pattern searching seems more convenient --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {{{ -- 2.44.0