aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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