diff options
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,3 +59,7 @@ set -g default-terminal "screen-256color" bind C-y save-buffer ~/.tmux-buffer \; run "xsel -i -b <~/.tmux-buffer && rm ~/.tmux-buffer" bind C new-session + +# pane movement +bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'" +bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'" |