guest@dotshare [~/groups/terms/tmux] $ ls tmux-plus-basic-plugins/ | cat

tmux plus basic plugins (raw, dl)

goddard Mar 09, 2016 (terms/tmux)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
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'

CLICK TO VIEW

x

Notes

Great to save sessions between reboots among other things.