:map command on vim displays the list of current mappings. The problem is that the list is rather long and I don't see a way to search within it.
Is there a way to load this map into a regular vim buffer? some other way to search?
(I know I can do :map foo to get all mappings starting with foo, but this is not enough)