<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ColonCommands</title><link>https://sourceforge.net/p/vimprobable/wiki/ColonCommands/</link><description>Recent changes to ColonCommands</description><atom:link href="https://sourceforge.net/p/vimprobable/wiki/ColonCommands/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 27 Dec 2014 16:20:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vimprobable/wiki/ColonCommands/feed" rel="self" type="application/rss+xml"/><item><title>ColonCommands modified by Hannes Schueller</title><link>https://sourceforge.net/p/vimprobable/wiki/ColonCommands/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- 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. 
&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:20:59 -0000</pubDate><guid>https://sourceforge.netb72924ab40fff5940d14490b6df337216d2bc0e7</guid></item><item><title>ColonCommands modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/vimprobable/wiki/ColonCommands/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="coloncommands"&gt;&lt;a class="alink" href="/p/vimprobable/wiki/ColonCommands/"&gt;[ColonCommands]&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;A number of commands are entered after first entering a colon (:). &lt;/p&gt;
&lt;p&gt;Some of the colon commands have shortcuts. Shortcuts are entered without the colon. &lt;/p&gt;
&lt;h2 id="open"&gt;:open&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Shortcut: o&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Insert an URL with the keyboard and load it into the current window. &lt;/p&gt;
&lt;p&gt;Example: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="n"&gt;open&lt;/span&gt; &lt;span class="n"&gt;http&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//www.vimprobable.org&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;opens &lt;a href="http://www.vimprobable.org" rel="nofollow"&gt;http://www.vimprobable.org&lt;/a&gt; in the current window. &lt;/p&gt;
&lt;h2 id="tabopen"&gt;:tabopen&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Shotcut: t&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Insert an URL with the keyboard and loat it into a new window. &lt;/p&gt;
&lt;p&gt;Example: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="n"&gt;tabopen&lt;/span&gt; &lt;span class="n"&gt;http&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//www.vimprobable.org&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;opens &lt;a href="http://www.vimprobable.org" rel="nofollow"&gt;http://www.vimprobable.org&lt;/a&gt; into a new window. &lt;/p&gt;
&lt;h2 id="bma-or-bookmark"&gt;:bma (or :bookmark)&lt;/h2&gt;
&lt;p&gt;Bookmarks the current page. &lt;/p&gt;
&lt;p&gt;Bookmarks are retrieved by tabcompletion when entering a new URL. &lt;/p&gt;
&lt;p&gt;You can add tags to the bookmarks by just adding words after the command, e.g. &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="n"&gt;bma&lt;/span&gt; &lt;span class="n"&gt;tag1&lt;/span&gt; &lt;span class="n"&gt;tag2&lt;/span&gt; &lt;span class="n"&gt;tag3&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="qt"&gt;:qt&lt;/h2&gt;
&lt;p&gt;Open all bookmarks containing a certain tag in new windows. &lt;/p&gt;
&lt;h2 id="forward-and-back"&gt;:fo&lt;span&gt;[rward]&lt;/span&gt; and :ba&lt;span&gt;[ck]&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The commands :fo, :forward, :ba and :backward moves through the browse-history &lt;/p&gt;
&lt;h2 id="reload-re-and-reload"&gt;:re&lt;span&gt;[load]&lt;/span&gt;, :re! and :reload!&lt;/h2&gt;
&lt;p&gt;The commands :re, :reload, ;re! and :reload! are given to reload or force reload. &lt;/p&gt;
&lt;h2 id="stop"&gt;:st&lt;span&gt;[op]&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;Cancel current loading &lt;/p&gt;
&lt;h2 id="source"&gt;:source&lt;/h2&gt;
&lt;p&gt;Toggles between normal view and sourcecode view. &lt;/p&gt;
&lt;h2 id="set"&gt;:set&lt;/h2&gt;
&lt;p&gt;Change default settings on the fly. See man vimprobablerc for the list of settings to be changed. &lt;/p&gt;
&lt;h2 id="map"&gt;:map&lt;/h2&gt;
&lt;p&gt;Change default keybindings on the fly. See man vimprobablerc for the list of mappings to be changed. &lt;/p&gt;
&lt;h2 id="quit"&gt;:quit&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Shortcut: d&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Close current window &lt;/p&gt;
&lt;h2 id="zizo"&gt;:zi/:zo&lt;/h2&gt;
&lt;p&gt;Zoom text &lt;/p&gt;
&lt;h2 id="pgzipgzo"&gt;:pgzi/:pgzo&lt;/h2&gt;
&lt;p&gt;Zoom page &lt;/p&gt;
&lt;h1 id="defining-new-colon-commands"&gt;Defining New Colon Commands&lt;/h1&gt;
&lt;p&gt;In Vimprobable2 (starting with version 1.2.1), you can define new colon commands using the map command. This can be done interactively or in vimprobablerc. Example: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;map&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="n"&gt;bmatag1&lt;/span&gt;&lt;span class="o"&gt;=:&lt;/span&gt;&lt;span class="n"&gt;bookmark&lt;/span&gt; &lt;span class="n"&gt;tag1&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;This would define a new command "bmatag1" which would bookmark the current page and automatically add "tag1" to it. &lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 26 Jun 2014 15:06:20 -0000</pubDate><guid>https://sourceforge.netde48a86372a64f4191d6dce1a69b4b21360fa3ce</guid></item></channel></rss>