From e6b69b1488c598ff7b461c4d9cecad57ef708f9b Mon Sep 17 00:00:00 2001 From: Kevin Lee <21070577+kevhlee@users.noreply.github.com> Date: Mon, 6 Jun 2022 01:07:00 -0700 Subject: [PATCH] fix: fix quotes in README.md (#1986) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 168fb35..814ca14 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ Many familiar mapping patterns are setup as defaults. | `/` | Previous item | | `j/k` | Next/previous (in normal mode) | | `H/M/L` | Select High/Middle/Low (in normal mode) | -| 'gg/G' | Select the first/last item (in normal mode) | +| `gg/G` | Select the first/last item (in normal mode) | | `` | Confirm selection | | `` | Go to file selection as a split | | `` | Go to file selection as a vsplit |