diff options
author | cbreton <c.breton@fullsave.com> | 2019-10-10 09:19:02 +0200 |
---|---|---|
committer | cbreton <c.breton@fullsave.com> | 2019-10-10 09:19:02 +0200 |
commit | 2284861ae7b24099e33b6a8dd7ccdb23e5d4c5f1 (patch) | |
tree | bee026e694ef32ed27e526f30622c6f7d8914c2b /dotfiles/zsh | |
parent | d7a3c56269db8e2066412da2d7b3808e531b480c (diff) | |
download | dotfiles_dotdrop-2284861ae7b24099e33b6a8dd7ccdb23e5d4c5f1.tar.xz dotfiles_dotdrop-2284861ae7b24099e33b6a8dd7ccdb23e5d4c5f1.zip |
Add incremental history search keybinding
Diffstat (limited to 'dotfiles/zsh')
-rwxr-xr-x | dotfiles/zsh/08-keybindings.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/zsh/08-keybindings.zsh b/dotfiles/zsh/08-keybindings.zsh index cc32062..c884be0 100755 --- a/dotfiles/zsh/08-keybindings.zsh +++ b/dotfiles/zsh/08-keybindings.zsh @@ -57,3 +57,5 @@ bindkey '^[[1;5C' forward-word bindkey '^k' history-substring-search-up bindkey '^j' history-substring-search-down + +bindkey "^R" history-incremental-search-backward |