From 8bae40d63de13cf299a745980a899e41f42a4009 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 22 Feb 2020 23:15:52 -0500 Subject: enable history-incremental-pattern-search-backward zsh --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 30a78f8..12f42a2 100644 --- a/.zshrc +++ b/.zshrc @@ -186,6 +186,9 @@ autoload -U compinit; compinit compdef _quilt dquilt=quilt # Quilt tab completion for dquilt +# pattern history search +bindkey '^R' history-incremental-pattern-search-backward + # Very powerful version of mv implemented in zsh. The main feature I # know of it that seperates it from the standard mv is that it saves you # time by being able to use patterns which are expanded into positional -- cgit v1.2.3