From cabdc25f1b376e1909554e6b15371f343d82ccab Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 24 Jan 2024 07:21:48 +0800 Subject: Add tmux plugin --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 918a3a2..4719e68 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,6 +4,7 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sessionist' set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'laktak/extrakto' set -g @plugin 'sainnhe/tmux-fzf' TMUX_FZF_OPTIONS="-p 80%,80% -m" -- cgit v1.2.3