I'm using gvim on Windows XP, and I've tried the following mapping: nnoremap <kEnter> G
The intent is to keep the normal functionality of <CR>, but allow me to rapidly go to a certain line using the numeric keypad. Unfortunately, the mapping never fires! Some experimentation shows that Vim gets a CTRL-M for both <Enter>/<CR> and for <kEnter>. I would like to be able to map <kEnter> separately from <Enter>...any suggestions? This also does not work in console vim on my PC or on a unix server accessed through PuTTY. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
