Corrected join-pane bind.
authorIain Patterson <me@iain.cx>
Tue, 19 Oct 2010 09:11:35 +0000 (10:11 +0100)
committerIain Patterson <me@iain.cx>
Fri, 29 Oct 2010 13:06:42 +0000 (14:06 +0100)
The intention was that C-b would move the designated window into the
current window but the command was incorrectly written such that the
active pane would be moved into the designated window instead.

.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 :.+