Vim 101: QuickFix and Grep
QuickFix is designed to display compiler errors — a list of errors is displayed and can be selected to jump to a specific file and line. It’s also used for :vimgrep
-- each item in the results list is displayed and can be used to navigate between files.