This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/host/layer/personal/tmux-tpm.conf

17 lines
339 B
Plaintext
Raw Normal View History

2021-12-23 12:03:19 -06:00
bind-key X "display-message PLUGINSCONFIGURED"
2021-11-11 13:08:37 -06:00
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
tmux-plugins/tmux-resurrect \
tmux-plugins/tmux-continuum \
'
2021-12-23 12:03:19 -06:00
set -g @resurrect-save 'V'
set -g @resurrect-restore 'L'
# set -g @continuum-restore 'on'
# set -g @continuum-boot 'on'
2021-11-11 13:08:37 -06:00
run '~/.tmux/plugins/tpm/tpm'