diff --git a/README.mkd b/README.mkd index 66539dfe..36ab226c 100644 --- a/README.mkd +++ b/README.mkd @@ -39,9 +39,9 @@ Constraints: In the screenshot above you can see: -* Line 15 has been modified. -* Lines 21-24 are new. -* A line or lines were removed between lines 25 and 26. +* Lines 183-184 are new. +* Lines 186-187 have been modified. +* The preview for the modified lines highlights changed regions within the line. ### Installation @@ -180,9 +180,11 @@ 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. diff --git a/screenshot.png b/screenshot.png index 6b50f839..8a0d66b9 100644 Binary files a/screenshot.png and b/screenshot.png differ