updated tmux to use distrobution tpm
This commit is contained in:
parent
d3e7cde11a
commit
5d74d499e1
@ -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'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user