mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Document how to open quickfix list after :GitGutterQuickFix
See #676, #749.
This commit is contained in:
@@ -146,7 +146,13 @@ Commands for jumping between hunks:~
|
||||
:GitGutterQuickFix Load all hunks into the |quickfix| list. Note this
|
||||
ignores any unsaved changes in your buffers. The
|
||||
|g:gitgutter_use_location_list| option can be set to
|
||||
populate the location list of the current window instead
|
||||
populate the location list of the current window
|
||||
instead. Use |:copen| (or |:lopen|) to open a buffer
|
||||
containing the search results in linked form; or add a
|
||||
map like this:
|
||||
>
|
||||
nmap <Leader>gq :GitGutterQuickFix\|copen<CR>
|
||||
<
|
||||
|
||||
|
||||
Commands for operating on a hunk:~
|
||||
|
||||
Reference in New Issue
Block a user