aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorcbreton <c.breton@fullsave.com>2019-10-10 09:19:02 +0200
committercbreton <c.breton@fullsave.com>2019-10-10 09:19:02 +0200
commit2284861ae7b24099e33b6a8dd7ccdb23e5d4c5f1 (patch)
treebee026e694ef32ed27e526f30622c6f7d8914c2b /dotfiles
parentd7a3c56269db8e2066412da2d7b3808e531b480c (diff)
downloaddotfiles-2284861ae7b24099e33b6a8dd7ccdb23e5d4c5f1.tar.xz
dotfiles-2284861ae7b24099e33b6a8dd7ccdb23e5d4c5f1.zip
Add incremental history search keybinding
Diffstat (limited to 'dotfiles')
-rwxr-xr-xdotfiles/zsh/08-keybindings.zsh2
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