diff options
Diffstat (limited to 'files/.config/tmux/tmux.conf')
| -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' |
