vim(4)-quickfix

    quickfix is not a plugin. But sometime make great help.

    As a c or c plus plus coder, we can use as below:

:cc to jump to all the error
:cp to jump to the previous error
:cn to jump to the next error
:cl to open quickfix and show all the error if there are any error
:copen tp open quickfix
:cclose to close the quickfix
:cnew to make a new error list
posted @ 2013-11-07 21:22  gumcstronger  阅读(139)  评论(0)    收藏  举报