aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2020-02-22 23:15:52 -0500
committerRyan Kavanagh <rak@debian.org>2020-02-22 23:15:52 -0500
commit8bae40d63de13cf299a745980a899e41f42a4009 (patch)
treecb58cbe528880df856b10c8034076b4423087e8c /.zshrc
parentmore gnus config (diff)
enable history-incremental-pattern-search-backward zsh
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
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