# ff-ctrl-e **Repository Path**: mirrors_crestonbunch/ff-ctrl-e ## Basic Information - **Project Name**: ff-ctrl-e - **Description**: Ctrl+E shortcut for searching open tabs in Firefox - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ctrl+E 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](https://github.com/kien/ctrlp.vim) for Vim. Unfortunately Ctrl+P is reserved for printing in most browsers. ## Features Current: * Quickly search open tabs using fuzzy matching * Search the 1000 most recent history items Future: * Index entire browser history * Better search and rankings ## Building On a system with bash and npm, run `npm install && npm run build` To build a zip file for publishing run `npm run release`.