Vim: Internal Lists Cheat Sheet

  • Vim has one global quickfix list. The list contains file positions filled by other commands.
  • Vim has one location list per window. The list is similar to a quickfix list and contains a list of positions in filesi.
:cwOpen “quickfix list” (one global list)
:cclClose “quickfix list”
:lwOpen “location list” (one per window)

Leave a Reply

Your email address will not be published. Required fields are marked *