Whenever I execute a command like :imap
, Vim fires up some sort of (internal?) pager that doesn't support searching through the output. Is there any way to configure Vim to use a different pager?
No, but you can capture the output with the :redir
command and then paste it into a buffer to search, filter, or whatever you like. For example,
:redir @a
:imap
:redir END
:new
:put a
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With