updated tmux to use distrobution tpm

This commit is contained in:
Solomon Laing 2023-03-27 20:55:26 +10:30
parent d3e7cde11a
commit 5d74d499e1

View File

@ -56,8 +56,10 @@ bind-key v split-window -h
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# List of plugins. # List of plugins.
set -g @plugin 'tmux-plugins/tpm' set -g @tpm_plugins ' \
set -g @plugin 'tmux-plugins/tmux-resurrect' tmux-plugins/tpm \
tmux-plugins/tmux-resurrect \
'
# Initialize TPM (keep this line at the very bottom of your tmux.conf). # Initialize TPM (keep this line at the very bottom of your tmux.conf).
run '~/.tmux/plugins/tpm/tpm' run '/usr/share/tmux-plugin-manager/tpm'