From 2284861ae7b24099e33b6a8dd7ccdb23e5d4c5f1 Mon Sep 17 00:00:00 2001 From: cbreton Date: Thu, 10 Oct 2019 09:19:02 +0200 Subject: Add incremental history search keybinding --- dotfiles/zsh/08-keybindings.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dotfiles') 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 -- cgit v1.2.1