View difference between Paste ID: CShQ358x and 1PRsB9Mr
SHOW: | | - or go back to the newest paste.
1
set -g mode-mouse on
2
# Sane scrolling
3
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
4
5
set -g @plugin 'tmux-plugins/tpm'
6
7
set -g @plugin 'tmux-plugins/tmux-sensible'
8
9
set -g @plugin 'tmux-plugins/tmux-resurrect'
10
11
set -g @plugin 'tmux-plugins/tmux-continuum'
12
13
set -g @continuum-restore 'on'
14
set -g status-right 'Continuum status: #{continuum_status}'
15
16
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
17
run '~/.tmux/plugins/tpm/tpm'