Mapping arrow keys is easy, you just refer to them by name! Namely,
"UP", "DOWN, "LEFT" and "RIGHT". I use caps, but I don't think it is
necessary.

So if you want to map CTRL-RightArrow, then do something like:

:noremap <C-RIGHT>      (your command here)

Tada!

Max



> -----Original Message-----
> From: Jeremy Conlin [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 05, 2006 9:39 AM
> To: vim org
> Subject: How can I map with the arrow keys?
> 
> I am trying to make a mapping to more easily switch tabs.  I wanted to
> use CTRL-RightArrow to move to the "next" tab and CTRL-LeftArrow to
> move to the "previous" tab.  However, I can't find in the help files
> how to map the arrow keys.  Can someone help me?
> Thanks,
> Jeremy

Reply via email to