From b71ab64dc16a4665c3214f109000a11d30708079 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Thu, 5 Sep 2019 18:36:55 +0100 Subject: [PATCH] Add comment about quickfix list --- README.mkd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 7c4499d..ee2d3f1 100644 --- a/README.mkd +++ b/README.mkd @@ -537,7 +537,9 @@ Let's say, for example, you want to remove trailing whitespace from all changed #### Cycle through hunks in all buffers -`]c` and `[c` jump from one hunk to the next in the current buffer. You can use this code to jump to the next hunk no matter which buffer it's in. +You can use `:GitGutterQuickFix` to load all hunks into the quickfix list. + +Alternatively, given that`]c` and `[c` jump from one hunk to the next in the current buffer, you can use this code to jump to the next hunk no matter which buffer it's in. ```viml function! NextHunkAllBuffers()