Re: swap an existing window with a pane

2011-10-21 Thread arno
Le vendredi 21 octobre 2011, à 15:20:47 +0100, Nicholas a écrit : > You can use swap-pane Thanks, this is a good first step. If I use swap-pane -s 0:+1.0 I can put the next window in the current pane. But when calling that command again, I get previous window back instead of getting third windo

swap an existing window with a pane

2011-10-21 Thread arno
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 | |

Re: tmux and less -E

2011-10-17 Thread arno
Le lundi 17 octobre 2011, à 21:18:44 +1100, Stephen a écrit : > You might also want to replace -E with -F > > -F or --quit-if-one-screen >Causes less to automatically exit if the entire file can > be displayed on >the first screen. Thanks, less -F is ex

Re: tmux and less -E

2011-10-17 Thread arno
Le lundi 17 octobre 2011, à 11:03:31 +0100, Nicholas a écrit : > Works the same for me inside and outside tmux unless I also pipe it > through cat -v. Ok, how does it actually work ? When you mean outside tmux, did you launch your session from tmux ? > What tmux version? What platform? What is T

tmux and less -E

2011-10-17 Thread arno
Hi, I'm currently trying tmux and I'm encountering an issue with less -E It's supposed to "Causes less to automatically exit the first time it reaches end-of-file.". I use it to have less behave like cat when a buffer is less than a page. But with tmux, less -E outputs nothing. See for example: e