The problem:
:map
How do I search that list when Vim only provides:
-- More -- SPACE/d/j: screen/page/line down, b/u/k: up, q: quit
Following the hint on this StackOverflow article the trick is :redir and assuming the editing mode is buffers it goes like this:
:redir @a :map :redir END :enew :"ap