In addition to the everything plugins you can also use a FARR alias to quickly open a separate Everything window with a search phrase. I use two spaces at the end of a FARR searchphrase as regex pattern. Very handy as you can first search with FARR and, if what you're looking for isn't found in a second or two, just tap space space.
regular expression pattern box:
^(.*)\s\s$
Results box:
Everything Search: $$1 | dolaunch C:\Program files\Everything\Everything.exe -search "$$1"
(modify the path to fit your installation directory)
-Nod5
I'm resurrecting ancient threads today

Here's a question for the FARR gurus who came up with this clever double-space trick:
I'd like to use both the keyword "ev" and the double-space trick, if possible.
So there are three possible scenarios; the last one is the problematic one (for me):
I type a phrase (without "ev") and then hit space-space; it opens in Everything.
I type "ev" then a phrase; I see the first few results from Everything embedded in FARR.
I type "ev" then a phrase; I see the first few results from Everything, embedded in FARR.
I then type space space and the phrase (but not "ev") is opened in the main Everything window.
Any ideas?
Thanks,
Eric