diff options
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 |