Add tmsu plugin
This commit is contained in:
parent
3d1da888c6
commit
18a233ab66
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue