diff --git a/tmux.conf b/tmux.conf index 0fc410f..e863b4d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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"