On 6/1/06, Eric Leenman <[EMAIL PROTECTED]> wrote:
Is it possible to filter the :map output? For example to only show the mappings that have CTRL or <C- in it?
You can try the 'ViewOutput' plugin that puts such things a bit easier. (http://www.vim.org/scripts/script.php?script_id=897) If you download the viewoutput.vim , then: :VO map " puts output of :map into new buffer :v/<C-/d " or :g/<C-/p Yakov
