From 1a31c19cc75403ab402097a9d20660498c84aa6d Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Fri, 16 May 2025 12:13:55 +0200 Subject: [PATCH] update --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 12812fb..570c193 100644 --- a/tmux.conf +++ b/tmux.conf @@ -24,6 +24,7 @@ bind % split-window -h -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}" bind -T copy-mode-vi v send-keys -X begin-selection bind -T copy-mode-vi y send-keys -X copy-selection-no-clear\; display-message 'Copied!' +bind s command-prompt -p "send pane to:" "join-pane -t '%%'" unbind -n MouseDown3Pane