From a247772688c2080a8d481cdc0576c2103ceadc3a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 2 Nov 2024 18:31:01 -0400 Subject: [PATCH] tmux --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 25eb09bd..b6cb6121 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -33,6 +33,9 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel bind v split-window -v bind h split-window -h +# Joining and sending +bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'" +bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'" # bind -n S-Left previous-window # bind -n S-Right next-window