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 }