From 215a66d900ee9aaae32be231dd357e118bf63ce8 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 16 Nov 2023 00:14:46 +0800 Subject: Update tmux config --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index f28b43e..918a3a2 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 '%%'" -- cgit v1.2.3