Skip to content

Commit 9e9d0b1

Browse files
jharrilimthomasskk
authored andcommitted
Add table of contents to keymap.md (helix-editor#3174)
1 parent 91a8d59 commit 9e9d0b1

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

book/src/keymap.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
# Keymap
22

3-
- Mappings marked (**LSP**) require an active language server for the file.
4-
- Mappings marked (**TS**) require a tree-sitter grammar for the filetype.
3+
- [Normal mode](#normal-mode)
4+
- [Movement](#movement)
5+
- [Changes](#changes)
6+
- [Shell](#shell)
7+
- [Selection manipulation](#selection-manipulation)
8+
- [Search](#search)
9+
- [Minor modes](#minor-modes)
10+
- [View mode](#view-mode)
11+
- [Goto mode](#goto-mode)
12+
- [Match mode](#match-mode)
13+
- [Window mode](#window-mode)
14+
- [Space mode](#space-mode)
15+
- [Popup](#popup)
16+
- [Unimpaired](#unimpaired)
17+
- [Insert Mode](#insert-mode)
18+
- [Select / extend mode](#select--extend-mode)
19+
- [Picker](#picker)
20+
- [Prompt](#prompt)
21+
22+
> 💡 Mappings marked (**LSP**) require an active language server for the file.
23+
24+
> 💡 Mappings marked (**TS**) require a tree-sitter grammar for the filetype.
525
626
## Normal mode
727

@@ -339,7 +359,7 @@ mode before pressing `n` or `N` makes it possible to keep the current
339359
selection. Toggling it on and off during your iterative searching allows
340360
you to selectively add search terms to your selections.
341361

342-
# Picker
362+
## Picker
343363

344364
Keys to use within picker. Remapping currently not supported.
345365

@@ -358,7 +378,7 @@ Keys to use within picker. Remapping currently not supported.
358378
| `Ctrl-t` | Toggle preview |
359379
| `Escape`, `Ctrl-c` | Close picker |
360380

361-
# Prompt
381+
## Prompt
362382

363383
Keys to use within prompt, Remapping currently not supported.
364384

0 commit comments

Comments
 (0)