tmux.conf: Remove use of tpm
With tmux3.0 tpm does not work anymore. Let's not rely on it for loading and updating plugins.
This commit is contained in:
parent
13af45b091
commit
a3f84d9493
1 changed files with 5 additions and 8 deletions
13
tmux.conf
13
tmux.conf
|
@ -48,13 +48,10 @@ set-option -g default-terminal "tmux-256color"
|
|||
set-option -sa terminal-overrides ',tmux-256color:RGB'
|
||||
|
||||
# Plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'tmux-plugins/tmux-copycat'
|
||||
set -g @plugin 'tmux-plugins/tmux-open'
|
||||
run-shell '~/.tmux/plugins/tmux-resurrect/resurrect.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-continuum/continuum.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-yank/yank.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-copycat/copycat.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-open/open.tmux'
|
||||
|
||||
set -g @continuum-restore 'on'
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
Loading…
Reference in a new issue