screen-users
[Top][All Lists]
Advanced

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

Re: Screens with more than 9 tabs.


From: Giorgio Lando
Subject: Re: Screens with more than 9 tabs.
Date: Thu, 10 Jan 2008 10:53:55 +0100
User-agent: Sup/0.3

> How will you number the screens/tabs more than 9. 
> 
> ie when i number it as 10, I m not able to access that tab.
> 
> When i press 10, it is still going to 1 only.

You can create new keybindings in .screenrc. E.g., if you want to reach
10 to 19 with ctrl-b + 0 to ctrl-b + 9, add the follwing lines:

bindkey "^B" command -c high
bind -c high 0 select 10
bind -c high 1 select 11
bind -c high 2 select 12
bind -c high 3 select 13
bind -c high 4 select 14
bind -c high 5 select 15
bind -c high 6 select 16
bind -c high 7 select 17
bind -c high 8 select 18
bind -c high 9 select 19

Man screen can tell you what bindkey and bind exactly do.
I hope it helps, regards
Giorgio




reply via email to

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