diff options
author | Ryan Kavanagh <rak@debian.org> | 2020-02-22 23:15:52 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2020-02-22 23:15:52 -0500 |
commit | 8bae40d63de13cf299a745980a899e41f42a4009 (patch) | |
tree | cb58cbe528880df856b10c8034076b4423087e8c /.zshrc | |
parent | more gnus config (diff) |
enable history-incremental-pattern-search-backward zsh
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |