Vimprobable Wiki
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
Up to 9 quickmarks can be defined. These are stored as quickmark 1 up to quickmark 9.
To store the URL of the current page as quickmark, use the command ":set qmark=<hotkey>".
Example:
:set qmark=4
sets the URL of the current page as quickmark with hotkey "4".
To recall a quickmark use the command "q<hotkey>.
Example
q4
Recall quickmark "4". The URL of the quickmark stored with hotkey "4" will be opened in the current window.
Quickmarks are stored in the file $HOME/.config/vimprobable/quickmarks.
Before using Vimprobable, this file has to be created:
touch ~/.config/vimprobable/quickmarks
The usage of quickmarks differs from the method used in Vimperator.