On Feb 4, 6:18 am, Marco <[email protected]> wrote:

> It is a mapping, and of course it's listed in the :map command. But it outputs
> zillions of lines and polluted my screen, I just overlooked it.

When in doubt about a vim listing, one can use :redir to capture the
output, then put it into a scratch buffer, and search there; f.ex.

:new
:redir @"
:map
:map!
:redir END
/C-J

Regards, John

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to