Content-type: text/html
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, back and forward can be entered.
Don't want to read this entire manpage? Here are a few basic steps:
o Insert URL from keyboard and load it
t Insert URL from keyboard and load it into new window
j Scroll down
k Scroll up
d Close current window
These commands are used to walk through the browse-history.
r Reload
<shift>R Force reload
c Cancel load
zi Zoom text in
zI Zoom full content in
zo Zoom text out
zO Zoom full content out
zz Zoom reset
zZ Zoom reset
y Yank current URL into clipboard
Y Yank current selection into clipboard
gu Load URL one directory up
gu Load rootdirectory of current URL
gh Load homepage
gH Load homepage into new window
p Load URL from clipboard
P Load URL from clipboard into new window
o Insert URL from keyboard and load it
t Insert URL from keyboard and load it into new window
u Open a new window with the URL which was closed last
w Toggle scripts and plugins
e Toggle images
/ Start search
? Start backward search
n Next search result
f (or ;o) Follow link
F (or ;t or ;w) Follow link in new window
;s Save the specified link (or element) to disk
;y Yank the destination's location
;O Generate an :open command with the link's URL (like O)
;T or ;W Generate an :tabopen command with the link's URL (like T)
;i Open image in current window
;I Open image in new window
gi Focus next input field
The following commands are entered after first entering a colon (:)
Insert URL from keyboard and load it
Shortcut: o
Insert URL from keyboard and load it into new window
Shortcut: t
Bookmarks the current page.
Bookmarks are retrieved by tabcompletion when entering a new URL.
You can add tags to the bookmarks by just adding words after the command, e.g.
:bma tag1 tag2 tag3
Open all bookmarks containing a certain tag in new windows.
The commands :fo, :forward, :ba and :backward move through the browse-history
The commands :re, :reload, ;re! and :reload! are given to reload or force reload.
Cancel current loading
Toggles between normal view and sourcecode view.
Close current window
Shortcut: d
Print the current URL
Searchengines let you submit queries to web search engines and similar sites without having to type the complete URL or visit the page first.
For example, if ex is defined as the shortcut for the search at example.com, you can use "ex search term" instead of an URL to search there for "search term".
The following search engines (and shortcuts) are already defined in config.h:
Default search engine
If Vimprobable doesn't recognize an address as a valid URL or query to one of the defined search engines, it will use the default search engine instead.
You can define external applications to handle requests for defined URI schemas. The following URI handlers are already defined in config.h:
These can be changed or added to at compile time
Please make sure you create these files before first running the browser. Everything but the history, bookmarks and closed files is optional. The cookies file is required if you want to use cookies.
$HOME/.config/vimprobable/bookmarks
$HOME/.config/vimprobable/cookies
$HOME/.config/vimprobable/history
$HOME/.config/vimprobable/closed
$HOME/.config/vimprobable/quickmarks
$HOME/.config/vimprobable/style.css