Add tmsu plugin
This commit is contained in:
parent
3d1da888c6
commit
18a233ab66
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue