Vimdeck is a Chrome/Chromium/Brave extension for keyboard-first page navigation with Vim-style keys and a focused new-tab dashboard.
- Manifest V3 unpacked extension.
- Normal-mode scrolling with h, j, k, l.
- Page movement with u, d, gg, and G.
- Browser history movement with H and L.
- New tab opening with t.
- Current tab closing with x.
- Link hints with f.
- Popup toggles for enablement, smooth scroll, and hints.
- Options page for scroll tuning and key remapping.
- Open chrome://extensions, brave://extensions, or edge://extensions.
- Enable developer mode.
- Choose "Load unpacked".
- Select this repository folder.
See docs/PLAN.md.
- manifest.json defines the extension entrypoints.
- src/content.js runs Vim-style navigation on web pages.
- src/popup.html and related files provide quick toggles.
- src/options.html and related files provide persistent configuration.