23 Quickfix 🧠

Quickfix is probably one of the feature that many users don’t understand, or use it unintentionally. Yet it can transform how you search, debug, refactor, or navigate.

The Quickfix window is a special buffer listing all the quickfix entries that you can open with :copen. It allows you to modify multiple files with :cfdo for example.

It can be used as a todo list by adding manually some tasks with :caddexpr 'fix this later'.

1/2

#Vimovember #vim #oponsource. #terminal