# File lib/sup/keymap.rb, line 63
  def add_multi prompt, key
    submap = Keymap.new
    add submap, prompt, key
    yield submap
  end