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:
committed by
GitHub
parent
59f5873199
commit
3f45d64e9c
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user