14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
|
bind-key Z "display-message yotpm"
|
||
|
|
||
|
set -g @tpm_plugins ' \
|
||
|
tmux-plugins/tpm \
|
||
|
tmux-plugins/tmux-sensible \
|
||
|
tmux-plugins/tmux-resurrect \
|
||
|
tmux-plugins/tmux-continuum \
|
||
|
'
|
||
|
|
||
|
set -g @continuum-restore 'on'
|
||
|
set -g @continuum-boot 'on'
|
||
|
|
||
|
run '~/.tmux/plugins/tpm/tpm'
|