Indeed I misunderstood the default. Thanks, everything works perfect now
-F

On Fri, 14 Sep 2012 22:48:52 +0100
Thomas Adam <tho...@xteddy.org> wrote:

> On Fri, Sep 14, 2012 at 07:16:24PM +0000, 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
> > split-window
> > join-pane -d -t 1
> > 
> > tmux now complains that it can't join a pane to his own window.
> > Is that "works as expected"?
> 
> I think you're misunderstanding how you reference panes here.  You probably
> mean to say:
> 
> joinp -d -t 1.0
> 
> Where "1" is the window and "0" is the pane number.  You can use
> "display-panes" for instance, to list that.
> 
> Read the text under the COMMANDS section of "man tmux".
> 
> Kindly,
> 
> -- Thomas Adam


-- 
Franco <franc...@gmx.com>

------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to