A fast fuzzy finder based quick switcher with preview.
The plugin adds a new quick switchers to make finding the files you want even easier and faster. The quick switchers lets you easily search all files in your vault and offers a quick preview of the selected search result.

To ensure top performance and high-quality results, the plugin is written in Rust using the nucleo-matcher create running in a web worker. This ensures that the majority of the computational load is taken off the main thread for a smoother feel.
Lemons Search: Open search A quick switcher that lets you all files in your vault by file path.Lemons Search: Open alias search A quick switcher that lets you all files in your vault by file names and aliases.Lemons Search: Command palette A command palette.Every query consists of search atoms separated by spaces. Spaces can be escaped using \.
In the following illustration, each underlined part is a separate search atom.
movie Star\ Wars
----- ----------
Search atoms can be modified using special characters to change their behavior.
''foo will only match yummy food but not funny doodle! to negate, e.g. !foo^^foo will only match food but not yummy food!^ to negate, e.g. !^foo$.md$ will only match foo.md but not foo.txt!<search atom>$ to negate, e.g. !.md$^ and postfix with $^foo.md$ will only match foo.md and nothing else!^<search atom>$ to negate, e.g. !^foo.md$Lower case search atoms will ignore casing, but as soon as a search atom contains an upper case letter, it becomes case sensitive.
While the input field is focused, you can use the following keyboard short-cuts.
↑ Move selection up by one↓ Move selection down by oneHome Move selection to the first itemEnd Move selection to the last itemEnter Open selection in same tabCtrl + Enter Open selection in a new TabTab Copy the current selection into the search barEscape Cancel the searchSome of these short-cuts can be configures in the plugin's settings.