From af20a9fcfff9b5277fc8482e802c4dec291ea589 Mon Sep 17 00:00:00 2001 From: Morgan Terry Date: Wed, 23 Oct 2019 14:29:47 -0600 Subject: [PATCH] Fix example mappings --- README.mkd | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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.