Somewhere along the way, file managers forgot about the keyboard. You can double-click, you can right-click, you can drag — but try to fly through your files the way you fly through your editor, and you hit a wall. With FileHop 0.2.0, that wall is gone. The keyboard is now a first-class citizen: every action has a key, every key is easy to find, and you can run an entire file workflow without your hand ever leaving home row.
The problem with mouse-first file managers
Open Finder or File Explorer and watch what your hands do. You reach for the mouse to select a file. You reach again to open a menu. Again to find the right submenu. Again to confirm a dialog. Every operation is a little round trip away from the keyboard and back. It feels normal because it's all we've ever had — but it's slow, and it breaks your focus every few seconds.
Developers solved this years ago. Vim, VS Code, the terminal, every serious creative tool — they're all built around the idea that your hands should stay on the keys and the app should keep up. We thought: why should the place you keep all of your files be the one tool that makes you slow down?
What we decided for 0.2.0
We treated the keyboard as the primary interface, not an accessibility checkbox bolted on at the end. That sounds simple, but it forced three rules on us — and those rules are really the whole story.
1. Every shortcut is discoverable
A shortcut you can't remember is a shortcut that doesn't exist. So we made them impossible to lose. Press ? anywhere in FileHop and the full shortcut map opens, grouped by what you're doing. Hover almost any button and its keyboard equivalent is right there in the tooltip. And the command palette — ⌘K — lists the binding next to every command, so you learn the keys just by using the app the slow way once.
The command palette is context-aware. Land on a PDF and it offers Annotate. Land on a video and it offers Export. The commands change to match the file in front of you, so the right action is always a few keystrokes away — even when you don't know the shortcut yet.
2. Every shortcut is consistent
Muscle memory only pays off if the keys mean the same thing everywhere. So they do. ⌘Z undoes — in the file grid, in the image editor, in the video editor. ⌘E exports, wherever export makes sense. Esc always backs you out one level — close the menu, leave the editor, clear the selection. You learn a key once and it keeps working in places you haven't even visited yet.
3. The keyboard is complete
The real test isn't whether some things have shortcuts — it's whether you can do an entire task without the mouse. In 0.2.0 you can. There are 140+ bindings, and together they cover the whole loop: find a file, preview it, open it in the right editor, make your change, convert or compress it, rename it, and file it away — start to finish, hands on the keys.
A whole workflow, no mouse
Here's what that looks like in practice. Say a colleague sends you twenty screenshots and you need the good ones compressed and renamed:
- ⌘⇧L jumps straight to Downloads — no clicking through folders.
- ⌘F filters by name; or ⌘⇧F searches inside files when the name won't help.
- Space previews the highlighted file instantly. Arrow keys move through the set; Shift + arrows select a run of them.
- ⌘↵ opens the file directly in edit mode — straight into the image editor, no detour through a preview screen.
- A single key picks the tool (C to crop, F for filters), ⌘E exports, ⌘R renames, and ⌘C / ⌘V moves it where it belongs.
Need to be two places at once? ⌘\ splits the view so you can drag — sorry, keyboard — files between two folders side by side. And the jump shortcuts mean Home, Desktop, Documents, Downloads, and Recents are each a single chord away:
| Key | Goes to |
|---|---|
| ⌘⇧H | Home |
| ⌘⇧D | Desktop |
| ⌘⇧O | Documents |
| ⌘⇧L | Downloads |
| ⌘⇧R | Recents |
| ⌘1 / 2 / 3 | Preview / Grid / List view |
On Windows, swap ⌘ for Ctrl and the same map applies. FileHop shows the right modifiers for the machine you're on.
This is why we built a desktop app
Web-based file tools can't do this, and not for lack of trying. The browser owns ⌘W, ⌘N, ⌘F and a dozen other keys you'd want — they close the tab or open the browser's own find bar before your app ever sees them. A real desktop app gets the whole keyboard. Add that FileHop runs entirely offline and never uploads your files, and you get something a website fundamentally can't be: fast, private, and yours.
One more thing: Vim mode
Once the whole app spoke keyboard fluently, we couldn't help ourselves. 0.2.0
also ships an opt-in Vim mode — real hjkl
navigation through your file grid, yy to copy and dd
to cut, p to paste, / to find by name and \ to search inside files. And the same muscle memory works inside the editors,
right down to your Word documents.
It's a big enough idea to deserve its own post: we put real Vim mode in a file manager. If you've ever wished your file browser felt like your editor, start there.
Get it today
Everything here is live in FileHop 0.2.0, free for Mac and Windows. Press ? the moment you open it and the whole map is right in front of you — or keep the full reference handy with our keyboard-first file manager guide. Then put the mouse down and see how fast your files can move.