Overview
Quick Select allows you to instantly select items in any Obsidian modal by pressing a modifier key + number (1-9). This eliminates the need to arrow-key through lists or use your mouse.The modifier key defaults to Command (macOS) or Ctrl (Windows/Linux), but you can customize it in settings.
Basic Workflow
The workflow for using Quick Select is consistent across all modals:Visual Feedback
When you hold down the modifier key, Quick Select displays numbered counters next to the first 9 items in the modal. The visual style depends on your transition setting:- Slide (Default)
- Fade
- Permanent
- None
Counters slide in from the right with a smooth animation when you press the modifier key.
Common Patterns
Quick File Navigation
- Press
Cmd/Ctrl + Oto open Quick Switcher - Start typing to filter files
- Hold
Cmd/Ctrland press a number to open that file
Executing Commands
- Press
Cmd/Ctrl + Pto open Command Palette - Type to search for commands
- Hold
Cmd/Ctrland press a number to execute that command
Searching Content
- Open Search modal (
Cmd/Ctrl + Shift + F) - Enter your search query
- Hold
Cmd/Ctrland press a number to jump to that result
Adding Tags
When the tag suggestion popover appears:- Start typing
#in your note - Hold
Cmd/Ctrlto see numbered tags - Press a number to insert that tag
Keyboard Shortcuts Reference
| Platform | Modifier Key | Action |
|---|---|---|
| macOS | Command + 1-9 | Select item 1-9 |
| Windows/Linux | Ctrl + 1-9 | Select item 1-9 |
Example Scenarios
Scenario 1: Switching Between Recent Files
You’re working on a project and need to quickly jump between files:- Press
Cmd/Ctrl + Ofor Quick Switcher - Your recent files appear at the top
- Hold
Cmd/Ctrl + 1to open the most recent file - No typing required!
Scenario 2: Using Slash Commands
You’re writing a note and want to insert a template:- Type
/to open slash commands - Type “template” to filter
- Hold
Cmd/Ctrl + 1to select the first template
Scenario 3: Quick Search Navigation
You searched for a term and want to review multiple results:- Search results appear
- Use
Cmd/Ctrl + 1for first result - Press
Cmd/Ctrl + Fto return to search - Use
Cmd/Ctrl + 2for second result
Quick Select works in all Obsidian modals, including third-party plugin modals that use the standard suggestion interface.