Saturday, December 10, 2011

Re: reporting maps

Vim's built-in mappings like `I` aren't mapped to any function. Well,
they're mapped to a C function in the Vim source code, but not to any
VimScript function whose name would be useful for a user. So no, there's
no way to do this.

No comments: