From 7ff78fc744799bc81224d9d577afe609a43f9984 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 26 Feb 2025 23:59:14 +0500 Subject: tmux: Add continuum plugin --- files/.config/tmux/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/.config/tmux/tmux.conf b/files/.config/tmux/tmux.conf index 36fa4a7..79debfb 100644 --- a/files/.config/tmux/tmux.conf +++ b/files/.config/tmux/tmux.conf @@ -82,6 +82,11 @@ set -g @plugin 'tmux-plugins/tmux-pain-control' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-open' set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' + +set -g @resurrect-capture-pane-contents 'on' +set -g @resurrect-processes 'vim man less more tail top htop mutt nnn watch entr ssh psql pgcli bat docker docker-compose lazygit' +set -g @continuum-restore 'on' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.config/tmux/plugins/tpm/tpm' -- cgit v1.2.3