From a7f852dbd215eb93936cfe98e8aa07a526be49b0 Mon Sep 17 00:00:00 2001 From: omagdy Date: Tue, 22 Jul 2025 21:40:46 +0300 Subject: tmux: Added tmux-continuum for presisted tmux sessions --- tmux/.tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tmux') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b0a549f..90908db 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -154,11 +154,16 @@ bind-key k select-pane -U bind-key l select-pane -R bind-key b set-option status + + + set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'christoomey/vim-tmux-navigator' # set -g @plugin 'niksingh710/minimal-tmux-status' set -g status-position bottom +set -g @continuum-restore 'on' run '~/.tmux/plugins/tpm/tpm' -- cgit v1.2.3