On Fri, 18 Sep 2009, Gary Johnson wrote: > For each of those key combinations, try this. Open a vim buffer, > enter insert mode, type Ctrl-K, then the key combination. > <F9> > > [20;2~ > [20;3~ >
I guess ctrl-k will eat the leading ^[ (ESC), ctrl-v should be more verbatim, not sure for windows. I would map both so that it works under gvim and vim. nmap <S-F9> .... nmap <ESC>[20;2~ .... -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
