amjain <amit.j...@ccpu.com> wrote:

>
> Hi,
> I some times create more than 9 windows in my screen sesison. using Ctrl-c 
> How to get to 10th window. e.g. I can go to 9th window by Ctrl-9 but how to
> go beyond 9.
>
> Thanks for all your help,
>

Hi,

I have this in my .screenrc. Type "Ctrl A - [0-9]" to get to
window
1[0-9]

# bind keys '[ - [0-9]' to screens 10-19
bind - command -c select10
bind -c select10 0 select 10
bind -c select10 1 select 11
bind -c select10 2 select 12
bind -c select10 3 select 13
bind -c select10 4 select 14
bind -c select10 5 select 15
bind -c select10 6 select 16
bind -c select10 7 select 17
bind -c select10 8 select 18
bind -c select10 9 select 19

David



_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to