screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to switch to > 9th window in screen session


From: David Collins
Subject: Re: How to switch to > 9th window in screen session
Date: Thu, 10 Dec 2009 18:25:45 +0000
User-agent: Heirloom mailx 12.2 01/07/07

amjain <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]