fix: fixed tpm path

This commit is contained in:
mgutzeit 2025-07-27 16:45:42 +02:00
parent 2b10eae63e
commit 535c945083

View file

@ -35,7 +35,7 @@ set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @yank_action 'copy-pipe-no-clear'
set -g @continuum-restore 'on'
run '~/.tmux/plugins/tpm/tpm'
run '~/.config/tmux/plugins/tpm/tpm'
# Copy Click mode
bind -T copy-mode DoubleClick1Pane select-pane \; send -X select-word \; send -X copy-pipe-no-clear "xsel -i"