From 990be5c6498c137ff5d8f34829244776b090c4e8 Mon Sep 17 00:00:00 2001 From: Tom Regner Date: Wed, 23 Feb 2022 15:55:01 +0100 Subject: [PATCH] Use 'zaw' (zsh anything widget); directly for history perusal --- zshrc.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc.org b/zshrc.org index 4f597aa..79ef67c 100644 --- a/zshrc.org +++ b/zshrc.org @@ -593,7 +593,7 @@ alias hc=herbstclient *** Keybindings #+BEGIN_SRC sh - bindkey '^r' history-incremental-search-backward + bindkey '^r' zaw-history bindkey "^[[5~" up-line-or-history bindkey "^[[6~" down-line-or-history bindkey 'OA' up-line-or-search @@ -948,6 +948,7 @@ functions I ripped from it... *** Write plugin list #+BEGIN_SRC sh :tangle ~/.zsh.d/plugins.txt yardnsm/blox-zsh-theme +zsh-users/zaw hlissner/zsh-autopair zsh-users/zsh-completions zsh-users/zsh-autosuggestions -- 2.34.2