Make development cycles in C/C++

Published: Wednesday, Dec 26, 2007 Last modified: Monday, Apr 8, 2024

Write a Makefile. Call it with:

:make

Then view your compilation results with

:cope

From this window you can select the error from something that’s related to vim’s quicklist. Awesome eh?

Also try:

:clist

I often mis-remember cope as scope.

Also see:

:help quickfix