diff --git a/README.mkd b/README.mkd index 75fec33..370d1f7 100644 --- a/README.mkd +++ b/README.mkd @@ -142,11 +142,9 @@ Both of those take a preceding count. 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 -nmap ]h GitGutterNextHunk -nmap [h GitGutterPrevHunk +nmap ]h (GitGutterNextHunk) +nmap [h (GitGutterPrevHunk) ``` You can load all your hunks into the quickfix list with `:GitGutterQuickFix`. Note this ignores any unsaved changes in your buffers.