Appearance
Command palette and hotkeys
FreshList and execute commands registered by Obsidian and plugins. List, query, and inspect hotkey bindings.
Commands for Command palette and Hotkeys. This includes all commands registered by plugins.
commands
List available command IDs.
bash
filter=<prefix> # filter by ID prefixcommand
Execute an Obsidian command.
bash
id=<command-id> # (required) command ID to executehotkeys
List hotkeys for all commands.
bash
total # return hotkey count
verbose # show if hotkey is custom
format=json|tsv|csv # output format (default: tsv)hotkey
Get hotkey for a command.
bash
id=<command-id> # (required) command ID
verbose # show if custom or defaultSee also
- Browse all command groups
- Keyboard shortcuts for the TUI