From 18a233ab66e2a2b6e390b2759e426e508ef90e40 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Thu, 20 Feb 2020 14:49:46 +0100 Subject: [PATCH] Add tmsu plugin --- bindings.zsh | 4 ++++ zplug.zsh | 3 +++ 2 files changed, 7 insertions(+) diff --git a/bindings.zsh b/bindings.zsh index 74e536b..a61fbc0 100644 --- a/bindings.zsh +++ b/bindings.zsh @@ -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 diff --git a/zplug.zsh b/zplug.zsh index 53d685c..82911df 100644 --- a/zplug.zsh +++ b/zplug.zsh @@ -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