diff options
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ bind -T copy-mode-vi 'v' send -X begin-selection bind -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "reattach-to-user-namespace wl-copy" bind P paste-buffer -if-shell 'test -f "$HOME/.local/.tmux.conf"' 'source ~/.local/.tmux.conf' +if-shell 'test -f "$HOME/.local/etc/tmux.conf"' 'source ~/.local/etc/tmux.conf' bind C-j command-prompt -p "join pane from: " "join-pane -h -s '%%'" |