Question
How to quit Vim quickfix?
I know that when you run :make
in Vim, you can use commands to go through each error like :cn
and :cp
. However, I often find myself scrolling through warnings that I don't need to fix. Is there a way to quit scrolling through the errors/warnings and resume editing? (I have heard that you can set Vim to ignore warnings, but I've been told it's difficult so I'm looking for something easier).