notes/os/editors/vim/vim-quickfix.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +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)