Hi,
screen makes no distinction between a window and a pane. That makes it easy to:

have a splitted window.
Have a fixed upper pane.
Pass all existing window, one after the other in the lower pane.


 _________________________
|                         |
|       win 0             |
|                         |
|                         |   _____      ______
|-------------------------|  | win2|    | win3|
|                         |  |_____|    |_____|
|       win 1             |
|                         |
|                         |
|_________________________|

  keystroke =>
 _________________________
|                         |
|       win 0             |
|                         |
|                         |   _____      ______
|-------------------------|  | win2|    | win1|
|                         |  |_____|    |_____|
|       win 2             |
|                         |
|                         |
|_________________________|


I didn't find a way to have that workflow in tmux. I didn't even find find a
way to swap a window and a pane. From the manual, I suppose I may use
join-pane (as it's supposed to reverse break-pane), but I was not successful.

Do you have any hint ?

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to