Home Browsers Vimium Helps You To Browse The Web With Vim Keybindings

Vimium Helps You To Browse The Web With Vim Keybindings

By sk
Published: Last Updated on 3.1K views

Who needs Mouse? We can navigate the Internet using only the Keyboard, without touching the mouse or touchpad. Yes, there is a Google Chrome extension called Vimium which helps you to browse the web with Vim Keybindings.

Vimium, also known as the Hacker's Browser, provides a bunch of keyboard shortcuts for navigation and control of the web in the spirit of the Vim editor.

Good thing is Vimium will not change or modify the browser's interface in any way. It simply allows a user to navigate web pages, tabs and links using vim-like keyboard commands.

If you are familiar with the Vim keybindings already, you can efficiently browse the Web as the way you use Vim editor. Vimium is a free, open source project and its code is freely available in GitHub.

Vimium allows us to do the following actions:

  • Scroll through a web page,
  • Reload a page,
  • Select a link,
  • Open a link in current/new/background tabs,
  • Switch to next/previous tabs,
  • Restore a closed tab,
  • Pin/unpin current tab,
  • Go back and forth,
  • Move down/up and left/right,
  • Move to half page down and up,
  • Copy an URL to clipboard,
  • Bookmark a page,
  • Search bookmarks and history,
  • View page source and a lot more.

All from the keyboard! No mouse is actually required!!

Vimium is mainly developed for Google Chrome, however there is an experimental port of Vimium on Firefox available here. Unfortunately, some functions may not work in the Firefox version.

Install Vimium

Vimium should work on all OSes that supports Google Chrome, Chromium and any Web browsers which are based on Chrome web browser. Install Vimium from the Chrome Extensions Gallery.

After adding the Vimium extension, you will see the icon in your browser's tool bar.

Vimium icon on browser tool bar
Vimium extension

Well, Vimium extension is activated. Let us see how to navigate the web using keyboard shortcuts.

Browse the web with Vim Keybindings using Vimium

As I already mentioned, if you are used to the Vim keyboard shortcuts, you won't find any difficulties to browse the web just using your Keyboard.

Basic Navigation

Open any web page in Chrome/Chromium browser.

Press j and k to scroll down and up throughout the web page.

To scroll half page down, press d. Similarly, to scroll half page up, press u. i.e. d for down and u for up.

You can scroll to a top of a web page immediately by pressing gg. Similarly, to scroll to the bottom of a page, press SHIFT+g.

What if I want to scroll left or right instead of up/down? That's easy! Press h to scroll left and l to scroll right. This is useful while reading long landscape pages.

To open any link in a web page, press SHIFT+f. After pressing SHIFT+f, you will see some random letters next to each links as shown in the below screenshot.

Open links in new tab using vimium
Open links in new tab using vimium

Just press those letters to open the respective links in the new tab. For example, when I typed the letter 'h' , it opened the first link (i.e. Manually Add Messages To Linux system Log Files) in a new background tab from the above page.

To change between from one tab to another tab, press SHIFT+j or SHIFT+k. To go back and forward, press SHIFT+h and SHIFT+l.

You can reload the current tab by pressing r.

For some reason, you might want to copy an URL to the clipboard. If so, press yy to copy the current URL to clipboard. The clipboard's URL can be opened by pressing p to open it in current tab or SHIFT+p to open it in a new tab.

How would you input texts on a form in a web page? For instance, you may want to fill a contact form in a web page. If so, press gi to focus the first text input filed. Type the inputs and press tab to go to the subsequent input fields.

To close the current tab, press x. And to restore the currently closed tab, press SHIFT+x.

Search bookmarks and browsing history

We can open the entries from bookmarks and browsing history by typing the letter o (o for Olympics).

Open bookmarks, history entries using vimium
Open bookmarks, history entries using vimium

Use up/down arrow keys to go through the history list.

If you have already opened multiple tabs, press SHIFT+t to search through all of the opened tabs.

Getting help

You don't even have to remember all the keybindings. Just press ? (question mark) to open up the help menu at any time. The Vimium help section includes all available shortcuts along with description.

Vimium help menu
Vimium help menu

I created a simple one-page image template that contains all Vimium shortcuts. Print this image and put it on your table or any visible place.

Vimium Keyboard Bindings
Vimium Keyboard Bindings

Create custom shortcuts

There is also a way to create custom keyboard shortcuts. If you want to map a key to do a particular action, here is how you can do it.

Open help menu by pressing the ? key. Click on the Options button on the top.

Create custom keybindings using Vimium
Create custom keybindings using Vimium

In the Custom key mappings column, set your keybindings in the following format.

map <key> <command>

Example:

map c removeTab

The above command will map the key c to close the current tab.

You can find the command that closes the current tab from Show available commands link.

Set custom key mappings in Vimium
Set custom key mappings in Vimium

Here is the command to close the current tab.

Command to close current tab using Vimium
Command to close current tab using Vimium

Just copy/paste it in the Custom key mappings column and click Save changes to take effect the changes.

Now you can close the current tab by pressing c.

This is just enough to browse the Web without a mouse. There are a few more additional advanced shortcuts available.  Refer the project's GitHub repository given at the end for more details.

Resource:

You May Also Like

1 comment

Marty February 5, 2020 - 9:16 pm

Even better is to drop firefox and run qutebrowser https://qutebrowser.org/

Reply

Leave a Comment

* By using this form you agree with the storage and handling of your data by this website.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

This website uses cookies to improve your experience. By using this site, we will assume that you're OK with it. Accept Read More