comparison 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
comparison
equal deleted inserted replaced
586:d2a4d0b67e35 587:77280c499124
240 240
241 source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 241 source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
242 242
243 export HISTDB_FILE="${HOME}/.histdb/zsh-history-$(hostname).db" 243 export HISTDB_FILE="${HOME}/.histdb/zsh-history-$(hostname).db"
244 source ~/.zsh/zsh-histdb/sqlite-history.zsh 244 source ~/.zsh/zsh-histdb/sqlite-history.zsh
245 source ~/.zsh/fzf-histdb.zsh 245 source ~/.zsh/zsh-histdb-skim/zsh-histdb-skim.zsh
246 246
247 source ~/.zsh/jq-zsh-plugin/jq.plugin.zsh 247 source ~/.zsh/jq-zsh-plugin/jq.plugin.zsh
248 248
249 # The plugin will auto execute this zvm_after_init function 249 # The plugin will auto execute this zvm_after_init function
250 function zvm_after_init() { 250 function zvm_after_init() {
251 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh 251 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
252 bindkey '^r' histdb-fzf-widget 252 bindkey '^r' histdb-skim-widget
253 253
254 # Postpone current command to next prompt 254 # Postpone current command to next prompt
255 bindkey '^t' push-line-or-edit 255 bindkey '^t' push-line-or-edit
256 256
257 # Cut current command into killring 257 # Cut current command into killring