fix: fixed tpm path
This commit is contained in:
parent
2b10eae63e
commit
535c945083
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
set -g @yank_action 'copy-pipe-no-clear'
|
set -g @yank_action 'copy-pipe-no-clear'
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
|
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
# Copy Click mode
|
# Copy Click mode
|
||||||
bind -T copy-mode DoubleClick1Pane select-pane \; send -X select-word \; send -X copy-pipe-no-clear "xsel -i"
|
bind -T copy-mode DoubleClick1Pane select-pane \; send -X select-word \; send -X copy-pipe-no-clear "xsel -i"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue