Overview of Vimium C features
masterVimium C is an open-source, keyboard-driven browser extension that allows for full browser navigation without a mouse.
Key Capabilities:
- Link/Button Navigation: Press
Fto discover and highlight clickable elements; type the hint characters to activate them. - Search & History: Press
Oto open a search box for browsing history, bookmarks, and open tabs. It also supports real-time math expressions and custom search engines. - Scrolling: Use
J/K/H/L(similar to Vim) to scroll content. - In-page Search: Press
/to open the in-page search overlay. Supports regex with\r, word matching with\w, and other modifiers like\R,\W,\i, and\I. - Text Selection: Press
Vto enter Free Selection mode, usingJ/K/H/Lto expand selection ranges. - Tab Management:
Shift+J/Shift+K: Switch to next/previous tab.g0/g$: Switch to first/last tab.^(Shift+6): Switch to the previously visited tab.X: Close current tab;Shift+Xto restore.yt: Copy tab URL.
- Bookmarks/Markers: Use
M + [letter]to create a marker and` + [letter]to switch to/open that marker's page. - Advanced Command Usage: Most commands support numeric prefixes (e.g.,
5followed byShift+Xrestores 5 tabs). Many commands also support parameters for fine-grained control.