Optionally change the doubleclick on folder behaviour.
Consider an optional tweak to the double-click action on folders. The idea is that double-clicking a folder would navigate straight into it within Everything, rather than launching it in the file explorer. This setting would enable easy browsing through directories, being handy especially with the Folders/Treeview options. Without needing to shift course to the sidebar tree.
It would make the experience smoother, IMO.
Optionally change the doubleclick on folder behaviour
-
DooMWhite
- Posts: 4
- Joined: Wed Oct 01, 2025 1:02 pm
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Optionally change the doubleclick on folder behaviour
Everything is not trying to be a file browser.
To explore folders in Everything on double click:
Alternatively, show the right click -> Explore in Everything context menu item:
To explore folders in Everything on double click:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Context menu tab on the left.
- Select: Open (Folders)
- Change the Command to:
$explore-in-everything("%1") - Click OK.
Alternatively, show the right click -> Explore in Everything context menu item:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Context menu tab on the left.
- Select: Explore in Everything
(edit: thanks Tuska) - Check Show this item.
- Click OK.
-
tuska
- Posts: 1385
- Joined: Thu Jul 13, 2017 9:14 am
Re: Optionally change the doubleclick on folder behaviour
Select: Explore in Everythingvoid wrote: Thu Oct 02, 2025 8:14 amRight click a folder and click Explore in Everything.
- Select: Exclude in Everything
-
DooMWhite
- Posts: 4
- Joined: Wed Oct 01, 2025 1:02 pm
Re: Optionally change the doubleclick on folder behaviour
Thanks, guys.
It may not be a file browser, but it's pretty close to the features of one, specially when compared to the Windows one.
From what I've tested, the keybindings + this double click thing make it pretty good already.
It may not be a file browser, but it's pretty close to the features of one, specially when compared to the Windows one.
From what I've tested, the keybindings + this double click thing make it pretty good already.
-
santilli
- Posts: 26
- Joined: Tue Apr 30, 2024 7:05 am
Re: Optionally change the doubleclick on folder behaviour
I feel you, bro. The app might not be trying to be a file explorer but it will be regardless.
This is how I set mine:
Options>General>UI:
Options>General>Context Menu>Open (Folders):
Options>General>Keyboard>File | Search in Everything:
With this setup, double-clicking opens each folder in a new tab, or if i shift+enter it reuses the current tab. It works perfectly for me because every folder I open stays open, so I don't need to keep navigating up and down, just as in Windows Explorer I constantly need multiple windows.
For ease of use, I also configured the following keybinds:
Close Tab:
File | Next Tab:
File | Previous Tab:
History | Restore Recently Closed Tab:
This way I can cycle through and close tabs on the fly. I can only thank mr tools for allowing this level of customization, this is the type of thing that will never be equally useful for everyone, it's awsome that we can make it fit our individual needs.
This is how I set mine:
Options>General>UI:
Code: Select all
Open searches in tabs: Toggle ONCode: Select all
$exec(%localappdata%\Everything\Everything.exe -parent "%1")Code: Select all
Shortcut key: Shift+EnterFor ease of use, I also configured the following keybinds:
Close Tab:
CTRL+WFile | Next Tab:
CTRL+Page DownFile | Previous Tab:
CTRL+Page UpHistory | Restore Recently Closed Tab:
CTRL+Shift+TThis way I can cycle through and close tabs on the fly. I can only thank mr tools for allowing this level of customization, this is the type of thing that will never be equally useful for everyone, it's awsome that we can make it fit our individual needs.