From 7be8141e3f1501e178981c318d388a7b1b3ba598 Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Mon, 20 Sep 2021 23:26:14 -0400 Subject: [PATCH] Added tmux-fzf --- .tmux.conf.local | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf.local b/.tmux.conf.local index f1e122e..d41e2f4 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -377,6 +377,7 @@ set -g @plugin 'tmux-plugins/tmux-cpu' #set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-urlview' #set -g @continuum-restore 'on' +set -g @plugin 'sainnhe/tmux-fzf' # -- custom variables ----------------------------------------------------------