A browser extension that provides Vim-like keyboard shortcuts for Google search result pages. Navigate search results efficiently using just your keyboard.
- Efficient keyboard navigation through Google search results
- Multiple selection of search results to open in tabs
- Visual mode for range selection (like Vim)
- Page navigation with keyboard shortcuts
- Visual feedback for focused and selected results
- Copy URLs to clipboard in plain text or Markdown format
j: Move focus to the next search resultk: Move focus to the previous search resultgg: Jump to the first search resultG: Jump to the last search resultH: Navigate to the previous pageL: Navigate to the next pageCtrl+o: Navigate back in browser historyCtrl+i: Navigate forward in browser history?: Open help overlay
Space: Toggle mark on the currently focused resultv: Enter visual mode (move to select multiple results)Escape: Exit visual modeA: Select all resultsD: Deselect all results
Enter: Navigate to the currently focused search resultCommand+Enter(Mac) orCtrl+Enter(Windows/Linux): Open the focused result in a new tabo: Open all marked results in new tabsc: Copy URLs of selected results to clipboard (or current focused result if none selected)C: Copy URLs in Markdown format to clipboard
The extension is automatically enabled on Google search pages. Simply use the keyboard shortcuts listed above while on a search results page. The shortcuts work when the search input field is not focused.
This project is developed using WXT.
npm run devnpm run buildnpm run dev:firefoxThis project is licensed under the MIT License - see the LICENSE file for details.