fix: fix quotes in README.md (#1986)

This commit is contained in:
Kevin Lee
2022-06-06 01:07:00 -07:00
committed by GitHub
parent d3aad43b3f
commit e6b69b1488

View File

@@ -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 |