Re: pane swapping between one window and another

2012-09-14 Thread Thomas Adam
On Fri, Sep 14, 2012 at 03:48:58PM -0700, Edward Peschko wrote: > I don't see choose-list, even in the latest git trunk.. Is this > something that is experimental? http://tmux.git.sourceforge.net/git/gitweb.cgi?p=tmux/tmux;a=commit;h=28fd3a383598c1f3121c754cf0781cd790929f4f -- Thomas Adam --

Re: pane swapping between one window and another

2012-09-14 Thread Edward Peschko
> Then see: > > swap-pane -s:-. > > And other variants on that to suit your needs. Ok, that is workable, it'd still be nice though to package it up with a bow, so that users can select the pane they wish to swap with with a drop down menu, and have this value somehow stored for further calls to sw

Re: pane swapping between one window and another

2012-09-14 Thread Thomas Adam
On Fri, Sep 14, 2012 at 01:34:01PM -0700, Edward Peschko wrote: > > This can already be done though -- I wonder if it's not very clear in the > > man page? > > > > Assume you have two windows with more than one pane in, and you wanted to > > swap pane 2 in window 1 with the active pane in window 2.

Re: join-pane problem

2012-09-14 Thread Thomas Adam
On Fri, Sep 14, 2012 at 07:16:24PM +, Franco wrote: > Hello everyone. > > I recently started to use tmux and I ran into a problem which could be a > bug. Let me paste the commands to recreate it: > > # My tmux session starts with one window, named '1:bash' > move-window -t 8 > new-window -d >

Re: pane swapping between one window and another

2012-09-14 Thread Edward Peschko
> This can already be done though -- I wonder if it's not very clear in the > man page? > > Assume you have two windows with more than one pane in, and you wanted to > swap pane 2 in window 1 with the active pane in window 2. You would do > this: > > swap-pane -s 1.2 ok, great, what I'm suggestin

join-pane problem

2012-09-14 Thread Franco
Hello everyone. I recently started to use tmux and I ran into a problem which could be a bug. Let me paste the commands to recreate it: # My tmux session starts with one window, named '1:bash' move-window -t 8 new-window -d split-window join-pane -d -t 1 tmux now complains that it can't join a