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
@@ -337,7 +357,7 @@ mode before pressing `n` or `N` makes it possible to keep the current
337
357
selection. Toggling it on and off during your iterative searching allows
338
358
you to selectively add search terms to your selections.
339
359
340
- # Picker
360
+ ## Picker
341
361
342
362
Keys to use within picker. Remapping currently not supported.
343
363
@@ -356,7 +376,7 @@ Keys to use within picker. Remapping currently not supported.
356
376
| ` Ctrl-t ` | Toggle preview |
357
377
| ` Escape ` , ` Ctrl-c ` | Close picker |
358
378
359
- # Prompt
379
+ ## Prompt
360
380
361
381
Keys to use within prompt, Remapping currently not supported.
362
382
0 commit comments