diff options
| author | Kevin Lee <21070577+kevhlee@users.noreply.github.com> | 2022-06-06 01:07:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 10:07:00 +0200 |
| commit | e6b69b1488c598ff7b461c4d9cecad57ef708f9b (patch) | |
| tree | fdf2099bada28baa3d29ecc8e29f190451330352 | |
| parent | d3aad43b3fcf707052f7dd8a7c7072fa69773f3c (diff) | |
fix: fix quotes in README.md (#1986)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ Many familiar mapping patterns are setup as defaults. | `<C-p>/<Up>` | 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) | | `<CR>` | Confirm selection | | `<C-x>` | Go to file selection as a split | | `<C-v>` | Go to file selection as a vsplit | |
