Sponsored Link
Vimprobable is a WWW browser that is build around the webkit library. Vimprobable is fast. Vimprobable comes without buttons and other graphic widgets. It is aimed at being controlled as mouselessly as possible. It uses keybindings that are inspired by Vim, the great editor.
Just like Vim, moving through a webpage can be done by entering commands by the keyboard. Most of these commands require just one or two keystrokes.
Vimprobable mimics the ex-commandmode of Vim. By entering a colon (:) commands like open, set and map can be entered.
Install Vimprobable in ubuntu
Open the terminal and run the following commands
sudo add-apt-repository ppa:serge-hallyn/vimprobable
sudo apt-get update
sudo apt-get install vimprobable2
Using vimprobable2
Syntax
vimprobable2 [ -c|--config ] [ -e|--embed ] [ -h|--help ] [ -v|--version ] [ URI ]
OPTIONS
-c config file
Use the specified config file. If none found, defaults to $HOME/.config/vimprobable/vimprobablerc
-e windowid
Given the windowid of an XEmbed-aware application, Vimprobable will use that as its parent.
-h
Prints out a short usage summary.
-v
Prints the version of Vimprobable.
Check Vimprobable documentation for more details.