For Developers & Power users
Developers, stop doing the same clicks all day.
Vim motions on every page and your own JavaScript bound to a key — automate the browser without building an extension.
The daily grind
- Internal tools and dashboards with almost no keyboard support.
- Context-switching to a script just to scrape or transform one value.
- Reaching for the mouse in apps that should be keyboard-driven.
Mapped to a key
Vim mode on every page
Navigate with hjkl and link hints, drive a real caret through the page, and get NORMAL/INSERT/VISUAL editing inside text fields — ciw and dot-repeat right in the box, on any site.
Your code, one keystroke
Write a function in the built-in editor with url, title, selectedText, and activeElement in scope, and run it on the live page from a key.
Chain it into a sequence
Combine navigate → wait → click → run JS into a single shortcut to drive a multi-step internal workflow end to end.
A day with HotKeyNavigator
Same work, minus the clicks. These add up to ~45 minutes a day back.
| Task | Before | After |
|---|---|---|
| Navigate a dashboard without the mouse | 30s | 5s |
| Scrape and transform a value | 120s | 3s |
| Run a multi-step internal flow | 90s | 4s |