From 44eff8fc7f564de885740b18e7b7af157ffe4cbc Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Tue, 20 May 2025 06:53:06 +0000 Subject: [PATCH] feat: add continuum plugin to tmux --- .config/tmux/tmux.conf.local | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/tmux/tmux.conf.local b/.config/tmux/tmux.conf.local index 2ecf175..8e8ee30 100755 --- a/.config/tmux/tmux.conf.local +++ b/.config/tmux/tmux.conf.local @@ -431,9 +431,9 @@ tmux_conf_uninstall_plugins_on_reload=true # visit https://github.com/tmux-plugins for available plugins #set -g @plugin 'tmux-plugins/tmux-copycat' #set -g @plugin 'tmux-plugins/tmux-cpu' -#set -g @plugin 'tmux-plugins/tmux-resurrect' -#set -g @plugin 'tmux-plugins/tmux-continuum' -#set -g @continuum-restore 'on' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @continuum-restore 'on' set -g @plugin 'catppuccin/tmux'