1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-11 13:00:41 +03:00

Created Jumplist (markdown)

Bruno Heridet 2017-06-06 21:55:42 +02:00
parent 73c233d049
commit 80644a0c2b

16
Jumplist.md Normal file

@ -0,0 +1,16 @@
## Navigate the jumplist:
- `<c-i>` jumps backward
- `<c-o>` jumps forward
## Lists of keys or commands pushing selections in the jumplist:
- `:buffer`
- `:buffer-next`
- `:buffer-previous`
- `:edit`
- explicit push: `<c-s>`
- goto commands (both `g` and `G`): `4g`, `gg`, `gj`, `gk`, `ge`, `ga`, `gf`, `g.`
- regex prompt validation (search, select, split, keep)