shawn bright wrote:
hello all,
Is the enter key on the numeric keypad different than the enter key of
the keyboard?
i was thinking that it would be super handy to map it to gg. I have a
lot of long files to mess around with.
I believe the "NumLock" key modifies the behavior of the number pad keys.
To see if your vim will respond to something from it, use insert mode and
ctrl-v:
i
ctrl-v <enter>
ctrl-v <numberpad-enter>
If they're different, you should be able to use it in a mapping.
Regards,
Chip Campbell