On Thu, Sep 13, 2012 at 03:43:56PM -0700, Edward Peschko wrote:
> Unlike the request you mention, the functionality to implement my
> request already exists, and to swap panes around you can type:
> 
> :swap-pane
> 
> and have panes in the current window change position in a multi-way
> swap. This would simply extend this function to swap panes *between*
> windows in a two way swap. If the panes are accessible as references,
> tmux could hopefully - under the covers change the references around
> and redraw both the windows.

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

> In addition, the functionality to actually display a list of panes
> already exists as well through the find command, so there would be no
> extra classes there as well.

I don't know what you mean here.  find-window displaying panes has nothing
to do with swapping panes.  The code-paths are even completely different.

-- 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

Reply via email to