From 7f26a285e5a8de597e31771e661bfe48cd6576f2 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 16 Jul 2019 16:49:46 +0100 Subject: [PATCH] Allow backwards incremental searching with ctrl-R --- states/zsh/files/zshrc | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.44.0