|
1 |
| -# The Command Sheet: How to find the command you want run |
2 |
| - |
3 |
| -The Command Sheet lists all of the available commands, their keyboard bindings, function names and other information. |
| 1 | +# How to find commands |
4 | 2 |
|
5 | 3 | ## Use the fuzzy finder to search by name
|
6 | 4 |
|
7 | 5 | - {help.commands.exec_longname}
|
8 | 6 |
|
9 |
| -Press [:keys]Tab[/] to provide a numeric jumplist. Typing the number next to a command will execute the command. |
10 |
| - |
11 |
| -## Open the Command Sheet for all commands |
12 |
| - |
13 |
| -- {help.commands.help_commands_all} |
14 |
| - |
| 7 | +Start typing a command longname or keyword in its helpstring. |
15 | 8 |
|
16 |
| -## Open the Command Sheet for the current sheet |
| 9 | +- [:code]Enter[/] to execute top command. |
| 10 | +- [:code]Tab[/] to highlight top command and provide a numeric jumplist. |
17 | 11 |
|
18 |
| -- {help.commands.help_commands} |
19 |
| - |
20 |
| -## Search for commands |
21 |
| - |
22 |
| -Just like any other sheet, use search and select on the Comand Sheet. The `description` and `longname` columns are helpful. |
| 12 | +When a command is highlighted: |
23 | 13 |
|
24 |
| -- {help.commands.search_col} |
25 |
| -- {help.commands.search_cols} |
| 14 | +- [:code]Tab[/]/[:code]Shift+Tab[/] to cycle highlighted command. |
| 15 | +- [:code]Enter[/] to execute highlighted command. |
| 16 | +- [:code]0-9[/] to execute numbered command. |
26 | 17 |
|
27 |
| -- {help.commands.search_next} |
28 |
| -- {help.commands.searchr_next} |
| 18 | +## Command Sheet |
29 | 19 |
|
30 |
| -To create a new sheet with only related commands, select rows that match some part of the command, for example, `save`: |
| 20 | +The Command Sheet lists all of the available commands, their keyboard bindings, function names and other information. |
31 | 21 |
|
32 |
| -- {help.commands.select_cols_regex} to find and highlight commands containing a pattern |
33 |
| -- open these rows as a new sheet with [:keys]"[/] |
| 22 | +- {help.commands.help_commands_all} |
| 23 | +- {help.commands.help_commands} |
34 | 24 |
|
35 |
| -## Look up keybindings |
| 25 | +'description' and 'longname' column: useful to find rows that share a longname suffix or prefix. E.g, `save` or `selected`. |
36 | 26 |
|
37 |
| -Using the `keystrokes` and/or the `all_bindings` column, search for a key binding. For example, search for 'Ctrl' to find all keybindings that use the 'Ctrl' key. |
| 27 | +'keystrokes' and 'all_bindings' column: useful to search for keybindings. E.g, `Ctrl` or `F`. |
38 | 28 |
|
0 commit comments