Add tmsu plugin

This commit is contained in:
crater2150 2020-02-20 14:49:46 +01:00
parent 3d1da888c6
commit 18a233ab66
2 changed files with 7 additions and 0 deletions

View file

@ -84,3 +84,7 @@ if exists incstring; then
zle -N inc-last-command
bindkey "^A" inc-last-command
fi
if zle -l tmsu-fzf-change-directory; then
bindkey "^t" tmsu-fzf-change-directory
fi

View file

@ -28,6 +28,9 @@ zplug "clvv/fasd", as:command, use:fasd
zplug "plugins/fasd", from:oh-my-zsh, if:"(( $+commands[fasd] ))", on:"clvv/fasd"
zplug "xuhdev/k", at:gnu-ls-color
zplug "urbainvaes/fzf-marks"
zplug "crater2150-zsh/tmsu-fzf", as:plugin
zplug load