From bad55fc285f5c6c849ac7e1330f60e7173b7dec4 Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 2 Nov 2023 19:31:48 +0100 Subject: [PATCH] Update .tmux.conf --- dot_tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_tmux.conf b/dot_tmux.conf index 7746d35..cf6035a 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -21,6 +21,9 @@ bind -r h resize-pane -L 5 bind -r m resize-pane -Z +bind-key u command-prompt -p "join pane from:" "join-pane -s '%%'" +bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'" + set-window-option -g mode-keys vi bind-key -T copy-mode-vi 'v' send -X begin-selection # start selecting text with "v"