diff options
| author | Zachary Churchill <zacharyachurchill@gmail.com> | 2021-10-11 12:14:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 18:14:23 +0200 |
| commit | 3f45d64e9c47ad9eef273ddab65790a84cced30b (patch) | |
| tree | c2d80bf8c4bf4729869a4e70b156bb8abb2b1e77 /README.md | |
| parent | 59f5873199625304bf8350f0eb04ff45aee65f2f (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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | |
