Vim quickfix

Updated: 30 June 2023

The quickfix list is global.
The location list is local to the current window.

Open a window to show the current list.
:cope[n]

Go to an older list
:col[der]

Go to a newer list
:cnew[er]

Go to the next error in the window
:cn

Go to the previous error in the window
:cp

Leave a comment