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
2021-12-23 12:03:19 -06:00

17 lines
339 B
Plaintext

bind-key X "display-message PLUGINSCONFIGURED"
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
tmux-plugins/tmux-resurrect \
tmux-plugins/tmux-continuum \
'
set -g @resurrect-save 'V'
set -g @resurrect-restore 'L'
# set -g @continuum-restore 'on'
# set -g @continuum-boot 'on'
run '~/.tmux/plugins/tpm/tpm'