[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Screens with more than 9 tabs.
From: |
cga2000 |
Subject: |
Re: Screens with more than 9 tabs. |
Date: |
Thu, 10 Jan 2008 07:38:47 -0500 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
On Thu, Jan 10, 2008 at 01:06:55AM EST, Ponnambalam M A wrote:
> Hi All,
>
> Wish you a happy new year.
>
> Could you please help on this.,
>
> How will you number the screens/tabs more than 9.
$ cat .screenrc
...
#===================================================
# Bind sessions 10-19 to Shift-0, Shift-1.. etc..
#===================================================
bind ) select 10
bind ! select 11
bind @ select 12
bind # select 13
bind $ select 14
bind % select 15
bind ^ select 16
bind & select 17
bind * select 18
bind ( select 19
...