Fix example mappings

This commit is contained in:
Morgan Terry
2019-10-23 14:29:47 -06:00
committed by Andy Stewart
parent 5c73edb3c2
commit af20a9fcff

View File

@@ -142,11 +142,9 @@ Both of those take a preceding count.
To set your own mappings for these, for example `]h` and `[h`: To set your own mappings for these, for example `]h` and `[h`:
In the lines below I have deleted brackets around GitGutter{Next,Prev}Hunk:
```viml ```viml
nmap ]h <Plug>GitGutterNextHunk nmap ]h <Plug>(GitGutterNextHunk)
nmap [h <Plug>GitGutterPrevHunk nmap [h <Plug>(GitGutterPrevHunk)
``` ```
You can load all your hunks into the quickfix list with `:GitGutterQuickFix`. Note this ignores any unsaved changes in your buffers. You can load all your hunks into the quickfix list with `:GitGutterQuickFix`. Note this ignores any unsaved changes in your buffers.