From a279c5fb8cfb3746ad162968cafdf177bdc03b04 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Mon, 3 Nov 2025 22:05:42 +0100 Subject: [PATCH] feat: Add tmux-fzf plugin for tmux --- private_dot_config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/private_dot_config/tmux/tmux.conf b/private_dot_config/tmux/tmux.conf index 7af652d..ec116d1 100644 --- a/private_dot_config/tmux/tmux.conf +++ b/private_dot_config/tmux/tmux.conf @@ -73,6 +73,8 @@ set -g @plugin 'erikw/tmux-powerline' set -g @plugin "nordtheme/tmux" set -g @plugin 'rafi/tmux-pass' +set -g @plugin 'sainnhe/tmux-fzf' + # set -g @pass-key b # Initialize TMUX plugin manager (keep this section at the very bottom of tmux.conf)