Oops. What generates the crash is rather this:
bind F1 join-pane -d -t 0: \; select-layout main-vertical \; display-pane
On Sat, Dec 04, 2010 at 09:50:52AM -0500, Peter John Hartman wrote:
> Hi all,
>
> Here are the steps to reproduce:
>
> 1. bind the following script to F1:
>
> #!/bin/sh
>
Hi all,
Here are the steps to reproduce:
1. bind the following script to F1:
#!/bin/sh
SESSION="$1"
TMUX="tmux -Lmain"
client=$($TMUX list-clients | cut -d' ' -f1)
if $TMUX list-sessions | grep "^$1" >/dev/null; then
$TMUX switchc -c$client -t$1
else
$TMUX new-session -s$1 -d