- Date: 2026-07-24
- Type: Enhancement
- Priority: Low
Problem
The Pick a folder dialog currently relies on the arrow keys to navigate search results.
Although the list can be filtered by typing, the first matching result is not selected automatically. As a result, users must press an arrow key before they can confirm the selection with Enter.
Proposed Improvement
1. Support Ctrl+J and Ctrl+K
Allow Ctrl+J and Ctrl+K to move the selection down and up within the folder list, providing a more keyboard-friendly experience that is consistent with other parts of the application.
2. Automatically select the first matching result
When filtering the folder list by typing, automatically select the first matching result. This would allow users to type a folder name and press Enter immediately without first reaching for the arrow keys.
Example
Current workflow
- Open the Pick a folder dialog.
- Type part of a folder name.
- Press
↓ or ↑ to select the first matching result.
- Press
Enter.
Proposed workflow - Searching
- Open the Pick a folder dialog.
- Type part of a folder name.
- Press
Enter.
Proposed workflow - Navigation
- Open the Pick a folder dialog.
- Use
Ctrl+J / Ctrl+K to navigate between reslts, which is particularly useful when multiple folders share the same name.
- Press
Enter.
Why this would help
- Reduces unnecessary key presses during folder selection.
- Improves the efficiency of keyboard-only workflows.
- Makes the dialog feel more consistent with other keyboard-navigable interfaces.
- Provides a better experience for users who prefer Vim-style navigation.
Current workaround
Use the arrow keys to select a search result before pressing Enter.
Additional context
This affects any workflow that uses the Pick a folder dialog, including Move File and New Note from Template. Improving the dialog itself would benefit every feature that relies on it.
Problem
The Pick a folder dialog currently relies on the arrow keys to navigate search results.
Although the list can be filtered by typing, the first matching result is not selected automatically. As a result, users must press an arrow key before they can confirm the selection with
Enter.Proposed Improvement
1. Support
Ctrl+JandCtrl+KAllow
Ctrl+JandCtrl+Kto move the selection down and up within the folder list, providing a more keyboard-friendly experience that is consistent with other parts of the application.2. Automatically select the first matching result
When filtering the folder list by typing, automatically select the first matching result. This would allow users to type a folder name and press
Enterimmediately without first reaching for the arrow keys.Example
Current workflow
↓or↑to select the first matching result.Enter.Proposed workflow - Searching
Enter.Proposed workflow - Navigation
Ctrl+J/Ctrl+Kto navigate between reslts, which is particularly useful when multiple folders share the same name.Enter.Why this would help
Current workaround
Use the arrow keys to select a search result before pressing
Enter.Additional context
This affects any workflow that uses the Pick a folder dialog, including Move File and New Note from Template. Improving the dialog itself would benefit every feature that relies on it.