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 ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users