Hi Tony,

> > Is it possible to map to control+number or control+`?

> You can map any key that Vim knows about. In particular, you can map 1
> or ` by themselves, these are ordinary "printable" keys.
>
> What concerns the Ctrl + printable key combinations, Vim knows only
> those defined by ASCII, as follows:
>
> - Ctrl + anything in the range [0x40-0x5F] = the original key minus 0x40
> - Ctrl + lowercase [a-z] = Ctrl + the corresponding uppercase
> - Ctrl + ? = 0x7F
>
> ` (backtick, 0x60) and 1 (one, 0x31) fall in none of the above
> categories, so Vim doesn't know about their Ctrl combinations.

Thank you very much for this clear explanation - I didn't understand
what I had read from help, and this really clears it up. Shame I can't
use any key combo though.

Rob
:)
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to