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