From ef85bdc5a9a3a7ad203c82631dc22cde26d0e994 Mon Sep 17 00:00:00 2001 From: oddlama Date: Sun, 17 Sep 2023 22:38:35 +0200 Subject: [PATCH] feat(zsh): histdb skim is back --- users/modules/config/shell/zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/modules/config/shell/zsh/zshrc b/users/modules/config/shell/zsh/zshrc index 2b080ac..b6ffcfc 100644 --- a/users/modules/config/shell/zsh/zshrc +++ b/users/modules/config/shell/zsh/zshrc @@ -187,6 +187,8 @@ function setup_keybinds() { bindkey '\eD' fzf-select-dir-hidden bindkey '\ec' fzf-cd + # fuzzy history search + bindkey '^R' histdb-skim-widget # autosuggest Ctrl+space = accept bindkey '^ ' autosuggest-accept }