From: Maximilian Friedersdorff Date: Tue, 16 Jul 2019 15:49:46 +0000 (+0100) Subject: Allow backwards incremental searching with ctrl-R X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=7f26a285e5a8de597e31771e661bfe48cd6576f2;p=max%2Fsaltfiles.git Allow backwards incremental searching with ctrl-R --- diff --git a/states/zsh/files/zshrc b/states/zsh/files/zshrc index 3f3d61b..69025a9 100644 --- a/states/zsh/files/zshrc +++ b/states/zsh/files/zshrc @@ -53,3 +53,5 @@ fi gpg-connect-agent updatestartuptty /bye > /dev/null + +bindkey '^R' history-incremental-search-backward