- Double-tap configurable modifier key (default: Shift) to invoke
a SuggestModal-based quick search with real-time file preview
- Progressive heading search via chooser.addSuggestion() and batched
setTimeout, using metadataCache for zero I/O
- File navigation via setViewState with heading subpath support
- Settings tab for trigger key selection and double-tap interval
- Fix inputEl timing race with retry logic and optional chaining
- Fix extra view creation when defaultViewType is window
- Add auto-preview on ArrowUp/ArrowDown in FloatSearchModal