From 9142de8416684a1a1d6de8f52c7f251cb4688f9a Mon Sep 17 00:00:00 2001 From: Charles D Date: Mon, 5 Jun 2023 14:46:50 -0400 Subject: [PATCH] fix tmux.conf enable tmux-continuum add tmux-yank to fix c/p --- .config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 9142e3d..15d7dcc 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -57,7 +57,9 @@ set -g @plugin 'jimeh/tmux-themepack' set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions across reboot set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every 15 mins set -g @plugin 'thewtex/tmux-mem-cpu-load' +set -g @plugin 'tmux-plugins/tmux-yank' set -g @themepack 'powerline/default/cyan' +set -g @continuum-restore 'on' run '~/.config/tmux/plugins/tpm/tpm'