A browser extension to switch between tabs using the keyboard shortcut Ctrl+E. Designed to make browser navigation easier with the keyboard. Inspired by Ctrl+P for Vim. Unfortunately Ctrl+P is reserved for printing in most browsers.
Current:
- Quickly search open tabs using fuzzy matching
- Search the 1000 most recent history items
Future:
- Index entire browser history
- Better search and rankings
On a system with bash and npm, run npm install && npm run build
To build a zip file for publishing run npm run release.