<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Keybindings</title><link>https://sourceforge.net/p/vimprobable/wiki/Keybindings/</link><description>Recent changes to Keybindings</description><atom:link href="https://sourceforge.net/p/vimprobable/wiki/Keybindings/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 27 Dec 2014 16:15:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vimprobable/wiki/Keybindings/feed" rel="self" type="application/rss+xml"/><item><title>Keybindings modified by Hannes Schueller</title><link>https://sourceforge.net/p/vimprobable/wiki/Keybindings/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -58,6 +58,15 @@
 --- | --------
 d   | close

+### Modes
+
+Key | Function
+--- | --------
+&amp;lt;Ctrl-z&amp;gt; | PASSTHROUGH mode
+&amp;lt;Ctrl-v&amp;gt; | 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
+--- | --------
+&amp;lt;Ctrl-t&amp;gt; | open in external editor (INSERT mode)
+
 ### Toggles (Vimprobable1)

 Key | Function
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hannes Schueller</dc:creator><pubDate>Sat, 27 Dec 2014 16:15:46 -0000</pubDate><guid>https://sourceforge.netb23eeb0c3d4d6f12c16134d9ce7d62687fb5f3f2</guid></item><item><title>Keybindings modified by Hannes Schueller</title><link>https://sourceforge.net/p/vimprobable/wiki/Keybindings/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- 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

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hannes Schueller</dc:creator><pubDate>Sat, 27 Dec 2014 16:06:45 -0000</pubDate><guid>https://sourceforge.net452cc10d2acd523358c0b55589b01a8941aeafbb</guid></item><item><title>Keybindings modified by Hannes Schueller</title><link>https://sourceforge.net/p/vimprobable/wiki/Keybindings/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- 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 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hannes Schueller</dc:creator><pubDate>Sat, 27 Dec 2014 15:58:19 -0000</pubDate><guid>https://sourceforge.net2296b7ae30d663767fbcf2a440b65752c61bf919</guid></item><item><title>Keybindings modified by Hannes Schueller</title><link>https://sourceforge.net/p/vimprobable/wiki/Keybindings/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -30,79 +30,62 @@

 ### Hinting

-f  
-.
-follow link 
-
-F  
-,
-follow link in new window 
-
-gi
-focus input field 
+Key | Function
+--- | --------
+f/. | follow link 
+F/, | follow link in new window 
+gi  | focus input field 

 ### Loading

-r  
-R
-(force) reload 
-
-&amp;lt;C-c&amp;gt;
-stop loading 
+Key | Function
+--- | --------
+r   | reload
+R   | force reload
+&amp;lt;C-c&amp;gt; | stop loading 

 ### Quitting

-d
-close 
+Key | Function
+--- | --------
+d   | close 

 ### Search

-/
-search 
-
-n  
-N
-next/previous match 
+Key | Function
+--- | --------
+/   | search 
+n   | next match
+N   | previous match 

 ## Buffer Commands

 ### Motion

-&amp;lt;Left&amp;gt;  
+Key | Function
+--- | --------
+&amp;lt;Left&amp;gt; | movement
 &amp;lt;Down&amp;gt;  
 &amp;lt;Up&amp;gt;  
 &amp;lt;Right&amp;gt;
-movement 
-
-h  
+h | movement
 j  
 &amp;lt;C-e&amp;gt;  
 k  
 &amp;lt;C-y&amp;gt;  
 l
-movement 
-
-&amp;lt;Home&amp;gt;  
-&amp;lt;End&amp;gt;
-movement 
-
-gg  
-G
-movement 
-
-&amp;lt;C-d&amp;gt;  
+&amp;lt;Home&amp;gt; | jump to top
+&amp;lt;End&amp;gt;  | jump to bottom
+gg | jump to top
+G  | jump to bottom
+&amp;lt;C-d&amp;gt; | movement
 &amp;lt;C-u&amp;gt;
-movement 
-
-&amp;lt;C-b&amp;gt;  
+&amp;lt;C-b&amp;gt; | movement
 &amp;lt;S-Space&amp;gt;  
 &amp;lt;C-f&amp;gt;  
 Space
-movement 
-
-&amp;lt;PageUp?&amp;gt;  
+&amp;lt;PageUp?&amp;gt; | movement
 &amp;lt;PageDown?
-movement 

 ### Zooming

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hannes Schueller</dc:creator><pubDate>Sat, 27 Dec 2014 15:56:07 -0000</pubDate><guid>https://sourceforge.netc04aa42f1398e384b6d6bc6396793bb6522f3d25</guid></item><item><title>Keybindings modified by Hannes Schueller</title><link>https://sourceforge.net/p/vimprobable/wiki/Keybindings/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -16,26 +16,17 @@

 ### Navigation

-&amp;lt;C-o&amp;gt;  
-![0-9]*H  
-&amp;lt;C-i&amp;gt;  
-![0-9]*L
-back/forward 
-
-gh  
-gH
-go home 
-
-![0-9]*gu  
-gU
-jump to nth parent dir/root dir 
-
-gt  
-gT
-next/previous tab (when using [tabbed](http://tools.suckless.org/tabbed)) 
-
-g![0-9]
-switch to specific tab (when using [tabbed](http://tools.suckless.org/tabbed)) 
+Key | Function
+--- | --------
+&amp;lt;C-o&amp;gt; | back
+![0-9]*H | back n times
+&amp;lt;C-i&amp;gt; | forward
+![0-9]*L | forward n times
+gh/gH | go home 
+![0-9]*gu | jump to nth parent dir
+gU | jump to root dir
+gt/gT | next/previous tab (when using [tabbed](http://tools.suckless.org/tabbed)) 
+g![0-9] | switch to specific tab (when using [tabbed](http://tools.suckless.org/tabbed)) 

 ### Hinting

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hannes Schueller</dc:creator><pubDate>Sat, 27 Dec 2014 15:51:58 -0000</pubDate><guid>https://sourceforge.net17fe94eebcb7ca51685aa4303b8db25dd181fe3e</guid></item><item><title>Keybindings modified by Hannes Schueller</title><link>https://sourceforge.net/p/vimprobable/wiki/Keybindings/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -4,24 +4,15 @@

 ### Opening Websites

-o  
-O
-open in current window 
+Key | Function
+--- | --------
+o/O | open in current window 
+t/T | open in new window 
+p/P | open from clipboard 
+u   | re-open last closed window 
+&amp;lt;C-x&amp;gt; | increment number
+&amp;lt;C-a&amp;gt; | decrement number

-t  
-T
-open in new window 
-
-p  
-P
-open from clipboard 
-
-u
-re-open last closed window 
-
-&amp;lt;C-x&amp;gt;  
-&amp;lt;C-a&amp;gt;
-increment/decrement number 

 ### Navigation

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hannes Schueller</dc:creator><pubDate>Sat, 27 Dec 2014 15:49:30 -0000</pubDate><guid>https://sourceforge.net175078580949663a90dcf27d44f6af939d698f8f</guid></item><item><title>Keybindings modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/vimprobable/wiki/Keybindings/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="keybindings"&gt;Keybindings&lt;/h1&gt;
&lt;h2 id="browsing"&gt;Browsing&lt;/h2&gt;
&lt;h3 id="opening-websites"&gt;Opening Websites&lt;/h3&gt;
&lt;p&gt;o&lt;br /&gt;
O&lt;br /&gt;
open in current window &lt;/p&gt;
&lt;p&gt;t&lt;br /&gt;
T&lt;br /&gt;
open in new window &lt;/p&gt;
&lt;p&gt;p&lt;br /&gt;
P&lt;br /&gt;
open from clipboard &lt;/p&gt;
&lt;p&gt;u&lt;br /&gt;
re-open last closed window &lt;/p&gt;
&lt;p&gt;&amp;lt;C-x&amp;gt;&lt;br /&gt;
&amp;lt;C-a&amp;gt;&lt;br /&gt;
increment/decrement number &lt;/p&gt;
&lt;h3 id="navigation"&gt;Navigation&lt;/h3&gt;
&lt;p&gt;&amp;lt;C-o&amp;gt;&lt;br /&gt;
![0-9]&lt;em&gt;H&lt;br /&gt;
&amp;lt;C-i&amp;gt;&lt;br /&gt;
![0-9]&lt;/em&gt;L&lt;br /&gt;
back/forward &lt;/p&gt;
&lt;p&gt;gh&lt;br /&gt;
gH&lt;br /&gt;
go home &lt;/p&gt;
&lt;p&gt;![0-9]*gu&lt;br /&gt;
gU&lt;br /&gt;
jump to nth parent dir/root dir &lt;/p&gt;
&lt;p&gt;gt&lt;br /&gt;
gT&lt;br /&gt;
next/previous tab (when using &lt;a class="" href="http://tools.suckless.org/tabbed" rel="nofollow"&gt;tabbed&lt;/a&gt;) &lt;/p&gt;
&lt;p&gt;g![0-9]&lt;br /&gt;
switch to specific tab (when using &lt;a class="" href="http://tools.suckless.org/tabbed" rel="nofollow"&gt;tabbed&lt;/a&gt;) &lt;/p&gt;
&lt;h3 id="hinting"&gt;Hinting&lt;/h3&gt;
&lt;p&gt;f&lt;br /&gt;
.&lt;br /&gt;
follow link &lt;/p&gt;
&lt;p&gt;F&lt;br /&gt;
,&lt;br /&gt;
follow link in new window &lt;/p&gt;
&lt;p&gt;gi&lt;br /&gt;
focus input field &lt;/p&gt;
&lt;h3 id="loading"&gt;Loading&lt;/h3&gt;
&lt;p&gt;r&lt;br /&gt;
R&lt;br /&gt;
(force) reload &lt;/p&gt;
&lt;p&gt;&amp;lt;C-c&amp;gt;&lt;br /&gt;
stop loading &lt;/p&gt;
&lt;h3 id="quitting"&gt;Quitting&lt;/h3&gt;
&lt;p&gt;d&lt;br /&gt;
close &lt;/p&gt;
&lt;h3 id="search"&gt;Search&lt;/h3&gt;
&lt;p&gt;/&lt;br /&gt;
search &lt;/p&gt;
&lt;p&gt;n&lt;br /&gt;
N&lt;br /&gt;
next/previous match &lt;/p&gt;
&lt;h2 id="buffer-commands"&gt;Buffer Commands&lt;/h2&gt;
&lt;h3 id="motion"&gt;Motion&lt;/h3&gt;
&lt;p&gt;&amp;lt;Left&amp;gt;&lt;br /&gt;
&amp;lt;Down&amp;gt;&lt;br /&gt;
&amp;lt;Up&amp;gt;&lt;br /&gt;
&amp;lt;Right&amp;gt;&lt;br /&gt;
movement &lt;/p&gt;
&lt;p&gt;h&lt;br /&gt;
j&lt;br /&gt;
&amp;lt;C-e&amp;gt;&lt;br /&gt;
k&lt;br /&gt;
&amp;lt;C-y&amp;gt;&lt;br /&gt;
l&lt;br /&gt;
movement &lt;/p&gt;
&lt;p&gt;&amp;lt;Home&amp;gt;&lt;br /&gt;
&amp;lt;End&amp;gt;&lt;br /&gt;
movement &lt;/p&gt;
&lt;p&gt;gg&lt;br /&gt;
G&lt;br /&gt;
movement &lt;/p&gt;
&lt;p&gt;&amp;lt;C-d&amp;gt;&lt;br /&gt;
&amp;lt;C-u&amp;gt;&lt;br /&gt;
movement &lt;/p&gt;
&lt;p&gt;&amp;lt;C-b&amp;gt;&lt;br /&gt;
&amp;lt;S-Space&amp;gt;&lt;br /&gt;
&amp;lt;C-f&amp;gt;&lt;br /&gt;
Space&lt;br /&gt;
movement &lt;/p&gt;
&lt;p&gt;&amp;lt;PageUp?&amp;gt;&lt;br /&gt;
&amp;lt;PageDown?&lt;br /&gt;
movement &lt;/p&gt;
&lt;h3 id="zooming"&gt;Zooming&lt;/h3&gt;
&lt;p&gt;zi&lt;br /&gt;
zo&lt;br /&gt;
zz&lt;br /&gt;
text zooming &lt;/p&gt;
&lt;p&gt;zI&lt;br /&gt;
zO&lt;br /&gt;
zZ&lt;br /&gt;
full zooming &lt;/p&gt;
&lt;h3 id="copying"&gt;Copying&lt;/h3&gt;
&lt;p&gt;y&lt;br /&gt;
yank current URL &lt;/p&gt;
&lt;p&gt;Y&lt;br /&gt;
copy selected text &lt;/p&gt;
&lt;h3 id="toggles-vimprobable1"&gt;Toggles (Vimprobable1)&lt;/h3&gt;
&lt;p&gt;w&lt;br /&gt;
toggle plugins &lt;/p&gt;
&lt;p&gt;e&lt;br /&gt;
toggle scripts &lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 26 Jun 2014 15:06:19 -0000</pubDate><guid>https://sourceforge.nete10e2535dc6f9e38933b22cd4c5f6b19dfc5e022</guid></item></channel></rss>