Skip to content

Commit

Permalink
Add a new guide for the CommandsSheet. (#2535)
Browse files Browse the repository at this point in the history
Co-authored-by: anjakefala <anja.kefala@gmail.com>
thejud and anjakefala authored Sep 27, 2024
1 parent e337610 commit 5d2f146
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions visidata/guides/CommandsSheet.md
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`.

0 comments on commit 5d2f146

Please sign in to comment.