set -g mode-mouse on # Sane scrolling set -g terminal-overrides 'xterm*:smcup@:rmcup@' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @continuum-restore 'on' set -g status-right 'Continuum status: #{continuum_status}' run-shell ~/.tmux/plugins/tmux-sensible/sensible.tmux # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'