summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZachary Churchill <zacharyachurchill@gmail.com>2021-10-11 12:14:23 -0400
committerGitHub <noreply@github.com>2021-10-11 18:14:23 +0200
commit3f45d64e9c47ad9eef273ddab65790a84cced30b (patch)
treec2d80bf8c4bf4729869a4e70b156bb8abb2b1e77 /README.md
parent59f5873199625304bf8350f0eb04ff45aee65f2f (diff)
feat: add `gg` and `G` to default mappings (#1325)
* feat: add `gg` and `G` to default mappings * refactor: use action_state.get_current_picker * docs: mention new default gg/G keymaps
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 20eb13a..7f1d902 100644
--- a/README.md
+++ b/README.md
@@ -195,6 +195,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) |
| `<CR>` | Confirm selection |
| `<C-x>` | Go to file selection as a split |
| `<C-v>` | Go to file selection as a vsplit |