[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] default keybinding
From: |
Doug Kearns |
Subject: |
Re: [RP] default keybinding |
Date: |
Tue Aug 26 07:39:27 2003 |
User-agent: |
Mutt/1.4i |
On Sun, Aug 24, 2003 at 07:20:55AM -0400, Michael Scottaline wrote:
> On Sun, 24 Aug 2003 14:56:35 +1000
> Doug Kearns <address@hidden> insightfully noted:
>
> >On Sat, Aug 23, 2003 at 08:54:18PM +1000, Doug Kearns wrote:
> >
> ><snip>
> >
> >> I'm a vim user which leaves me with pretty much nothing to use with a C-
> >> prefix - I settled on C-2 which is surprisingly comfortable.
> >
> >Which, as has been pointed out to me, means that I can't directly access
> >window 2 with <prefix-key> 2 - something that I've apparently never
> >attempted to do anyway.
> =====================================
> If I'm not misreading the prior posting incorrectly, Doug, (which is, of
> course, quite possible, even likely), wouldn't C-2 2 take one to window 2?
No, it is bound by default to the 'meta' command, so in this case it
would send a C-2 through to the current window.
Running the following commands:
bind 2 select 2
bind M meta
would fix it if it bothered me.
I probably haven't noticed because I rarely have more than two windows
up anyway. However, when running screen I have _lots_.
Regards,
Doug