I learned to use gnu-screen, and have been using it for the past several weeks. I got a grip of the basics now, and would be very helpful if I get these queries clarified:
How do I rename / reorder / move windows in Linux screen utility ?
For eg., after a few days of use, I come to a state where the window-numbers are 2,3,6,8. Now I want a new-window to be created at #9, or #7. Is this possible? If yes, how?
Also, is it possible to 'move' the window #6 to #4 or #7 ? If yes, how ?
Scrolling shortcut: Scroll takes Ctrl-A + Esc, and then Ctrl-u / Ctrl-d . Is there a way to map PgUp / PgDn to do these directly? Or, is there a way to map some key (like F5) to take me to copy mode, and then PgUp / PgDn for scrolling ?
I have enabled "caption always" , so the current window title is displayed always at the bottom. Is there a way to display the current window's log-file-name and logging status (on/off) in the same caption bar ?
Thanks !
:number Xmoves window to specific position – Ency Mar 7 '11 at 18:08hardstatus string "%{.kG}%-Lw%{.KW}%n%f %t%{-}%+Lw %=%{..G} %H %{..W} %d/%m %C%a "it provides a lot of information (Z$L..) for all windows at time – Ency Mar 7 '11 at 20:52