diff options
| author | Anton Bobov <anton@bobov.name> | 2025-02-26 23:59:14 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2025-02-26 23:59:37 +0500 |
| commit | 7ff78fc744799bc81224d9d577afe609a43f9984 (patch) | |
| tree | adc5a6787760825afc23f23790465f8d346d91cc | |
| parent | 8a8ac9b7cafd926aa8196f7b7462397fe9f477c4 (diff) | |
tmux: Add continuum plugin
| -rw-r--r-- | files/.config/tmux/tmux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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' |
