-
-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new guide for the CommandsSheet. (#2535)
Co-authored-by: anjakefala <anja.kefala@gmail.com>
1 parent
e337610
commit 5d2f146
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# How to find commands | ||
|
||
## Command Palette | ||
|
||
- {help.commands.exec_longname} | ||
|
||
Start typing a command longname or keyword in its helpstring. | ||
|
||
- [:code]Enter[/] to execute top command. | ||
- [:code]Tab[/] to highlight top command and provide a numeric jumplist. | ||
|
||
When a command is highlighted: | ||
|
||
- [:code]Tab[/]/[:code]Shift+Tab[/] to cycle highlighted command. | ||
- [:code]Enter[/] to execute highlighted command. | ||
- [:code]0-9[/] to execute numbered command. | ||
|
||
## Command Sheet | ||
|
||
The Command Sheet lists all of the available commands, their keyboard bindings, function names, and other information. | ||
|
||
- {help.commands.help_commands_all} | ||
- {help.commands.help_commands} | ||
|
||
'description' and 'longname' column: useful to find rows that share a longname suffix or prefix. E.g, `save` or `selected`. | ||
|
||
'keystrokes' and 'all_bindings' column: useful to search for keybindings. E.g, `Ctrl` or `F`. | ||
|