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