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"