Aquileo | Recent changes to wikihttps://sourceforge.net/p/vimprobable/wiki/2014-12-27T16:49:33.425000ZRecent changes to wikiAquileo | Home modified by Hannes Schueller2014-12-27T16:49:33.425000Z2014-12-27T16:49:33.425000ZHannes Schuellerhttps://sourceforge.net/u/hanness/https://sourceforge.net2e5fd7bb47b3fc096b2fe7421d749c3fa45ff9c3<div class="markdown_content"><pre>--- v7
+++ v8
@@ -63,7 +63,7 @@
* [Quickmarks]
* [TabCompletion]
* [SearchEngines]
- * [Handlers]
+ * [URIHandlers]
* [SSL]
* [Plugins]
* [Configuration]
</pre>
</div>Aquileo | URIHandlers modified by Hannes Schueller2014-12-27T16:46:28.542000Z2014-12-27T16:46:28.542000ZHannes Schuellerhttps://sourceforge.net/u/hanness/https://sourceforge.net79c7c44ff2d94a3de9f42b7fc042feb62a6ec667<div class="markdown_content"><h1 id="uri-handlers">URI Handlers</h1>
<p>External applications can be defined to handle special URI schemas. </p>
<h2 id="default-handlers">Default Handlers</h2>
<table>
<thead>
<tr>
<th>Schema</th>
<th>Handler</th>
</tr>
</thead>
<tbody>
<tr>
<td>mailto:</td>
<td>x-terminal-emulator -e mutt %s</td>
</tr>
<tr>
<td>ftp://</td>
<td>x-terminal-emulator -e wget ftp://%s</td>
</tr>
<tr>
<td>vimprobableedit:</td>
<td>x-terminal-emulator -e vi %s</td>
</tr>
</tbody>
</table>
<p>The last one is a special case which defines the external text editor to be called.</p>
<h2 id="customisation">Customisation</h2>
<p>Additional handlers can be defined or the default ones can be overridden in vimprobablerc. For example:</p>
<div class="codehilite"><pre><span class="n">handler</span> <span class="n">vimprobableedit</span><span class="o">:</span> <span class="n">x</span><span class="o">-</span><span class="n">terminal</span><span class="o">-</span><span class="n">emulator</span> <span class="o">-</span><span class="n">e</span> <span class="n">nano</span> <span class="o">%</span><span class="n">s</span>
<span class="n">handler</span> <span class="n">ftp</span><span class="o">:</span><span class="c1">// xterm -e curl ftp://%s</span>
</pre></div>
</div>Aquileo | Home modified by Hannes Schueller2014-12-27T16:41:20.847000Z2014-12-27T16:41:20.847000ZHannes Schuellerhttps://sourceforge.net/u/hanness/https://sourceforge.netf46f4ad73ee4d02bfc5a2c43a355a6173dd92db8<div class="markdown_content"><pre>--- v6
+++ v7
@@ -63,6 +63,7 @@
* [Quickmarks]
* [TabCompletion]
* [SearchEngines]
+ * [Handlers]
* [SSL]
* [Plugins]
* [Configuration]
</pre>
</div>Aquileo | SearchEngines modified by Hannes Schueller2014-12-27T16:39:43.200000Z2014-12-27T16:39:43.200000ZHannes Schuellerhttps://sourceforge.net/u/hanness/https://sourceforge.netef35fb2777b3d5fc703af4eebf5b625a01f001f3<div class="markdown_content"><h1 id="search-engines">Search Engines</h1>
<p>Non-URI inputs into the input bar can be sent to a search engine. This is done by prefixing the input with the search engine's shortcut.</p>
<div class="codehilite"><pre><span class="o">:</span><span class="n">open</span> <span class="n">x</span> <span class="n">search</span> <span class="n">terms</span>
</pre></div>
<p>If no shortcut is entered, the default search engine is called.</p>
<div class="codehilite"><pre><span class="o">:</span><span class="n">open</span> <span class="n">search</span> <span class="n">terms</span>
</pre></div>
<p>The following search engines are defined in Vimprobable by default:</p>
<table>
<thead>
<tr>
<th>Shortcut</th>
<th>Search Engine</th>
</tr>
</thead>
<tbody>
<tr>
<td>i</td>
<td>Ixquick (default until version 1.4.2)</td>
</tr>
<tr>
<td>s</td>
<td>Startpage (from version 1.5)</td>
</tr>
<tr>
<td>w</td>
<td>Wikipedia (English)</td>
</tr>
<tr>
<td>wd</td>
<td>Wikipedia (German)</td>
</tr>
<tr>
<td>d</td>
<td>DuckDuckGo (default from version 1.5)</td>
</tr>
<tr>
<td>dd</td>
<td>DuckDuckGo (HTML version)</td>
</tr>
</tbody>
</table>
<h2 id="defining-search-engines">Defining Search Engines</h2>
<p>Additional search engines can be defined in vimprobablerc.</p>
<div class="codehilite"><pre><span class="n">searchengine</span> <span class="n">x</span> <span class="n">http</span><span class="o">:</span><span class="c1">//url/q=%s</span>
</pre></div>
<p>%s has to be the placeholder for the entered search terms.</p></div>Aquileo | Home modified by Hannes Schueller2014-12-27T16:34:09.722000Z2014-12-27T16:34:09.722000ZHannes Schuellerhttps://sourceforge.net/u/hanness/https://sourceforge.net4980471a4c74a30a3308fcd12c7083d9c09198a4<div class="markdown_content"><pre>--- v5
+++ v6
@@ -62,6 +62,7 @@
* [Bookmarks]
* [Quickmarks]
* [TabCompletion]
+ * [SearchEngines]
* [SSL]
* [Plugins]
* [Configuration]
</pre>
</div>Aquileo | Configuration modified by Hannes Schueller2014-12-27T16:25:50.988000Z2014-12-27T16:25:50.988000ZHannes Schuellerhttps://sourceforge.net/u/hanness/https://sourceforge.netae55643b4443c806de4e0cec43416edae4d693b6<div class="markdown_content"><pre>--- v1
+++ v2
@@ -26,7 +26,7 @@
* set is used to alter a default setting.
* map is used to alter a default key-binding
-See the vimprobablerc manpage for an extensive list on the format of the $HOME/.config/vimprobable/vimprobablerc file. Also this manpage contains an extensive list of configuration possibilities.
+See the [vimprobablerc man page](http://www.vimprobable.org/man/vimprobablerc.5.htm) for an extensive list on the format of the $HOME/.config/vimprobable/vimprobablerc file. Also this manpage contains an extensive list of configuration possibilities.
### Other configuration options
</pre>
</div>Aquileo | ColonCommands modified by Hannes Schueller2014-12-27T16:20:59.069000Z2014-12-27T16:20:59.069000ZHannes Schuellerhttps://sourceforge.net/u/hanness/https://sourceforge.netb72924ab40fff5940d14490b6df337216d2bc0e7<div class="markdown_content"><pre>--- v1
+++ v2
@@ -61,6 +61,14 @@
Toggles between normal view and sourcecode view.
+## :esource
+
+Opens HTML source in external editor.
+
+## :inspect
+
+Inspect element.
+
## :set
Change default settings on the fly. See man vimprobablerc for the list of settings to be changed.
</pre>
</div>Aquileo | Keybindings modified by Hannes Schueller2014-12-27T16:15:46.051000Z2014-12-27T16:15:46.051000ZHannes Schuellerhttps://sourceforge.net/u/hanness/https://sourceforge.netb23eeb0c3d4d6f12c16134d9ce7d62687fb5f3f2<div class="markdown_content"><pre>--- v6
+++ v7
@@ -58,6 +58,15 @@
--- | --------
d | close
+### Modes
+
+Key | Function
+--- | --------
+<Ctrl-z> | PASSTHROUGH mode
+<Ctrl-v> | SENDKEY mode
+Esc | NORMAL mode
+
+
### Search
Key | Function
@@ -99,8 +108,8 @@
Key | Function
--- | --------
-zi | zoom text in
-zo | zoom text out
+zi/+ | zoom text in
+zo/- | zoom text out
zz | default text zoom
zI | zoom page in
zO | zoom page out
@@ -113,6 +122,12 @@
y | yank current URL
Y | copy selected text
+### Editing
+
+Key | Function
+--- | --------
+<Ctrl-t> | open in external editor (INSERT mode)
+
### Toggles (Vimprobable1)
Key | Function
</pre>
</div>Aquileo | Keybindings modified by Hannes Schueller2014-12-27T16:06:45.560000Z2014-12-27T16:06:45.560000ZHannes Schuellerhttps://sourceforge.net/u/hanness/https://sourceforge.net452cc10d2acd523358c0b55589b01a8941aeafbb<div class="markdown_content"><pre>--- v5
+++ v6
@@ -32,9 +32,17 @@
Key | Function
--- | --------
-f/. | follow link
-F/, | follow link in new window
+f/./;f | follow link
+F/,/;F | follow link in new window
gi | focus input field
+;i | open image
+;I | open image in new window
+;l | show link
+;s | save link
+;y | yank link to clipboard
+;o | paste link into input bar with :open command
+;t | paste link into input bar with :tabopen command
+;w | paste link into input bar with :winopen command
### Loading
</pre>
</div>Aquileo | Keybindings modified by Hannes Schueller2014-12-27T15:58:19.614000Z2014-12-27T15:58:19.614000ZHannes Schuellerhttps://sourceforge.net/u/hanness/https://sourceforge.net2296b7ae30d663767fbcf2a440b65752c61bf919<div class="markdown_content"><pre>--- v4
+++ v5
@@ -89,28 +89,25 @@
### Zooming
-zi
-zo
-zz
-text zooming
-
-zI
-zO
-zZ
-full zooming
+Key | Function
+--- | --------
+zi | zoom text in
+zo | zoom text out
+zz | default text zoom
+zI | zoom page in
+zO | zoom page out
+zZ | default page zoom
### Copying
-y
-yank current URL
-
-Y
-copy selected text
+Key | Function
+--- | --------
+y | yank current URL
+Y | copy selected text
### Toggles (Vimprobable1)
-w
-toggle plugins
-
-e
-toggle scripts
+Key | Function
+--- | --------
+w | toggle plugins
+e | toggle scripts
</pre>
</div>