diff dot_zshrc @ 587:77280c499124

usd zsh-histdb-skim for more stable results
author zegervdv <zegervdv@me.com>
date Thu, 14 Apr 2022 22:14:57 +0200
parents 5579d087173a
children 7f2a18dd6b8f
line wrap: on
line diff
--- a/dot_zshrc	Thu Apr 14 11:07:48 2022 +0200
+++ b/dot_zshrc	Thu Apr 14 22:14:57 2022 +0200
@@ -242,14 +242,14 @@
 
 export HISTDB_FILE="${HOME}/.histdb/zsh-history-$(hostname).db"
 source ~/.zsh/zsh-histdb/sqlite-history.zsh
-source ~/.zsh/fzf-histdb.zsh
+source ~/.zsh/zsh-histdb-skim/zsh-histdb-skim.zsh
 
 source ~/.zsh/jq-zsh-plugin/jq.plugin.zsh
 
 # The plugin will auto execute this zvm_after_init function
 function zvm_after_init() {
   [ -f ~/.fzf.zsh  ] && source ~/.fzf.zsh
-  bindkey '^r' histdb-fzf-widget
+  bindkey '^r' histdb-skim-widget
 
   # Postpone current command to next prompt
   bindkey '^t' push-line-or-edit