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
This commit is contained in:
Zachary Churchill
2021-10-11 12:14:23 -04:00
committed by GitHub
parent 59f5873199
commit 3f45d64e9c
3 changed files with 11 additions and 8 deletions

View File

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