Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 848 Bytes

File metadata and controls

32 lines (24 loc) · 848 Bytes

Vimium - The Hacker's Browser

this is a fork from the original vimium, with some modifications to enable fzf-like fuzzy search for the open tabs.

Installation

install from source

git clone https://github.com/newird/vimium
cd vimium
sh setup.sh

On Chrome/Chromium:

  1. Navigate to chrome://extensions
  2. Toggle into Developer Mode
  3. Click on "Load Unpacked Extension..."
  4. Select the Vimium directory you've cloned from Github.

On Firefox:

After that:

  1. Open Firefox
  2. Enter "about:debugging" in the URL bar
  3. Click "This Firefox" on the left side
  4. Click "Load Temporary Add-on"
  5. Open the Vimium directory you've cloned from Github, and select any file inside.

related works