notes/util/editors/vim/vim-quickfix.txt
Ihar Hancharenka 9685f30a41 m
2025-04-03 11:30:33 +03:00

18 строки
568 B
Plaintext

http://vim.wikia.com/wiki/Use_the_quickfix_window_to_list_all_errors
http://vimdoc.sourceforge.net/htmldoc/quickfix.html
:cw[indow]
:cope[n]
Open a quick-fix (result-list) window
:cl[ist] [from] [, [to]]
List all errors that are valid |quickfix-valid|.
If numbers [from] and/or [to] are given, the respective
range of errors is listed. A negative number counts
from the last error backwards, -1 being the last error.
The 'switchbuf' settings are respected when jumping
to a buffer.
:cn
:cp
Go to the next/prev match (usually we map these action to hotkeys)