How do you use vim's quickfix feature?

前端 未结 8 1204
清酒与你
清酒与你 2020-12-22 15:20

I\'m a pretty new Vim user and I\'ve found that its learning curve is quite steep (at least for me). I just installed this vim script for JavaScriptLint error checking, whic

8条回答
  •  一向
    一向 (楼主)
    2020-12-22 16:05

    the quickfix window is operated mostly like any other vim window: j down a line, k up a line, :cn to jump to the next error/warning, etc.

    experiment!

提交回复
热议问题