1
1
# Keymap
2
2
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.
5
25
6
26
## Normal mode
7
27
@@ -339,7 +359,7 @@ mode before pressing `n` or `N` makes it possible to keep the current
339
359
selection. Toggling it on and off during your iterative searching allows
340
360
you to selectively add search terms to your selections.
341
361
342
- # Picker
362
+ ## Picker
343
363
344
364
Keys to use within picker. Remapping currently not supported.
345
365
@@ -358,7 +378,7 @@ Keys to use within picker. Remapping currently not supported.
358
378
| ` Ctrl-t ` | Toggle preview |
359
379
| ` Escape ` , ` Ctrl-c ` | Close picker |
360
380
361
- # Prompt
381
+ ## Prompt
362
382
363
383
Keys to use within prompt, Remapping currently not supported.
364
384
0 commit comments