feat(zsh): histdb skim is back

This commit is contained in:
oddlama 2023-09-17 22:38:35 +02:00
parent 485e1448fc
commit ef85bdc5a9
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -187,6 +187,8 @@ function setup_keybinds() {
bindkey '\eD' fzf-select-dir-hidden bindkey '\eD' fzf-select-dir-hidden
bindkey '\ec' fzf-cd bindkey '\ec' fzf-cd
# fuzzy history search
bindkey '^R' histdb-skim-widget
# autosuggest Ctrl+space = accept # autosuggest Ctrl+space = accept
bindkey '^ ' autosuggest-accept bindkey '^ ' autosuggest-accept
} }