Skip to content

Commit 080e1e8

Browse files
committed
Clean up commands sheet
1 parent a57cf0a commit 080e1e8

File tree

1 file changed

+14
-24
lines changed

1 file changed

+14
-24
lines changed

visidata/guides/CommandsSheet.md

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,28 @@
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
42

53
## Use the fuzzy finder to search by name
64

75
- {help.commands.exec_longname}
86

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.
158

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.
1711

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:
2313

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.
2617

27-
- {help.commands.search_next}
28-
- {help.commands.searchr_next}
18+
## Command Sheet
2919

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.
3121

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}
3424

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`.
3626

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`.
3828

0 commit comments

Comments
 (0)