Corrected join-pane bind.
[profile.git] / .tmux.conf
index 8de9f0f..60cfd34 100644 (file)
@@ -60,7 +60,7 @@ bind = display-panes
 # Move the current pane into a separate window.
 bind b break-pane
 # Split another pane into this window.
-bind B command-prompt -p "Select [<window>.]<pane> to join:" 'join-pane -t %1'
+bind B command-prompt -p "Select [<window>.]<pane> to join:" 'join-pane -s %1'
 # Next pane.
 bind i select-pane -t :.+
 bind C-i select-pane -t :.+