Using GNU-Screen for a long time.
C-a 1 2 n p
to navigate to other tabs. This works till 9. I often have 10, 11 etc. Is there any way to go to them quickly ?
Currently, i have to do: C-a 9, C-a n which is quite a pain. Thanks.
Using GNU-Screen for a long time.
C-a 1 2 n p
to navigate to other tabs. This works till 9. I often have 10, 11 etc. Is there any way to go to them quickly ?
Currently, i have to do: C-a 9, C-a n which is quite a pain. Thanks.
try to use
(C-a ")
Display all windows in a table for visual window selection. The desired window can be selected via the standard movement keys (see Movement) and activated via the return key. If the -b option is given, screen will switch to the blank window before presenting the list, so that the current window is also selectable. The -m option changes the order of the windows, instead of sorting by window numbers screen uses its internal most-recently-used list.
UPD.
You can use binding to access windows above 9.
here is the link text