<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 <title>VimRoom: Changelog</title>
 <link href="http://projects.mikewest.org/vimroom/atom.xml" rel="self"/>
 <link href="http://projects.mikewest.org/vimroom/"/>
 <updated>2011-10-08T11:34:42-07:00</updated>
 <id>http://projects.mikewest.org/vimroom/</id>
 <author>
   <name>Mike West</name>
   <email>mike@mikewest.org</email>
 </author>

 
 <entry>
   <title>VimRoom Changelog: 2011-10-08</title>
   <link href="http://projects.mikewest.org/vimroom/"/>
   <updated>2011-10-08T00:00:00-07:00</updated>
   <id>http://projects.mikewest.org/vimroom/vimroom/2011/10/08/changelog</id>
   <content type="html">&lt;strong&gt;VimRoom v0.7 (2011-10-08)&lt;/strong&gt;: &lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/mikewest/vimroom/issues/2&quot;&gt;Issue #2&lt;/a&gt; by adding a new &lt;code&gt;g:vimroom_navigational_keys&lt;/code&gt; option
to enable users to determine whether navigational keys ought to be mapped
as navigating over &amp;ldquo;display&amp;rdquo; lines instead of &amp;ldquo;logical&amp;rdquo; lines. I also
wrapped the mappings in a try/catch block, just in case.&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 <entry>
   <title>VimRoom Changelog: 2011-01-02</title>
   <link href="http://projects.mikewest.org/vimroom/"/>
   <updated>2011-01-02T00:00:00-08:00</updated>
   <id>http://projects.mikewest.org/vimroom/vimroom/2011/01/02/changelog-2</id>
   <content type="html">&lt;strong&gt;VimRoom v0.6 (2011-01-02)&lt;/strong&gt;: &lt;ul&gt;
&lt;li&gt;Fixed nasty bug in insert mode for the navigation mappings that were
added to v0.5.&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 <entry>
   <title>VimRoom Changelog: 2011-01-02</title>
   <link href="http://projects.mikewest.org/vimroom/"/>
   <updated>2011-01-02T00:00:00-08:00</updated>
   <id>http://projects.mikewest.org/vimroom/vimroom/2011/01/02/changelog</id>
   <content type="html">&lt;strong&gt;VimRoom v0.5 (2011-01-02)&lt;/strong&gt;: &lt;ul&gt;
&lt;li&gt;&lt;p&gt;Changed navigation mappings in Vimroom mode to move over wrapped lines
as they&amp;rsquo;re displayed on the screen (&amp;ldquo;display lines&amp;rdquo; in Vim vernacular)
as opposed to the default navigation over hard line-breaks (&amp;ldquo;logical
lines&amp;rdquo;).  These mappings are only implemented if &lt;code&gt;j&lt;/code&gt;/&lt;code&gt;&amp;lt;Down&amp;gt;&lt;/code&gt; and
&lt;code&gt;k&lt;/code&gt;/&lt;code&gt;&amp;lt;Up&amp;gt;&lt;/code&gt; aren&amp;rsquo;t already mapped to something else.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Explicitly setting &lt;code&gt;textwidth&lt;/code&gt; when toggling Vimroom.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Turning off display of &lt;code&gt;cursorline&lt;/code&gt; in the various padding windows.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 <entry>
   <title>VimRoom Changelog: 2010-11-06</title>
   <link href="http://projects.mikewest.org/vimroom/"/>
   <updated>2010-11-06T00:00:00-07:00</updated>
   <id>http://projects.mikewest.org/vimroom/vimroom/2010/11/06/changelog</id>
   <content type="html">&lt;strong&gt;VimRoom v0.4 (2010-11-06)&lt;/strong&gt;: &lt;ul&gt;
&lt;li&gt;&lt;p&gt;Renaming the &lt;code&gt;&amp;lt;Plug&amp;gt;Vimroomize&lt;/code&gt; mapping to &lt;code&gt;&amp;lt;Plug&amp;gt;VimroomToggle&lt;/code&gt; (as
&lt;code&gt;Vimroomize&lt;/code&gt; is a silly name)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Adding a &lt;code&gt;:VimroomToggle&lt;/code&gt; command that has the same effect as the
&lt;code&gt;&amp;lt;Plug&amp;gt;VimroomToggle&lt;/code&gt; mapping.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Vertical padding is available now via the &lt;code&gt;g:vimroom_sidebar_height&lt;/code&gt;
configuration option, which defaults to 3 lines.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 <entry>
   <title>VimRoom Changelog: 2010-11-01</title>
   <link href="http://projects.mikewest.org/vimroom/"/>
   <updated>2010-11-01T00:00:00-07:00</updated>
   <id>http://projects.mikewest.org/vimroom/vimroom/2010/11/01/changelog</id>
   <content type="html">&lt;strong&gt;VimRoom v0.3 (2010-11-01)&lt;/strong&gt;: &lt;ul&gt;
&lt;li&gt;&lt;p&gt;Fixing the &lt;code&gt;g:colors_name&lt;/code&gt; bug that &lt;a href=&quot;http://fnd.lewcid.org/&quot;&gt;FND&lt;/a&gt; &lt;a href=&quot;http://github.com/mikewest/vimroom/commit/d11f90c567a64aab49dc2f65a024a964ef8f058e#commitcomment-181641&quot;&gt;found&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Adding &lt;code&gt;g:vimroom_scrolloff&lt;/code&gt; to configure the number of lines that must
be shown before and after the cursor (using the built-in &lt;code&gt;scrolloff&lt;/code&gt;
setting).  Defaults to 999, which centers the cursor on the screen if
enough lines are available.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 <entry>
   <title>VimRoom Changelog: 2010-10-31</title>
   <link href="http://projects.mikewest.org/vimroom/"/>
   <updated>2010-10-31T00:00:00-07:00</updated>
   <id>http://projects.mikewest.org/vimroom/vimroom/2010/10/31/changelog-2</id>
   <content type="html">&lt;strong&gt;VimRoom v0.2 (2010-10-31)&lt;/strong&gt;: &lt;p&gt;Finishing the initial feature set&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Clearing the status bar&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Adding toggle functionality (executing &lt;code&gt;&amp;lt;Plug&amp;gt;Vimroomize&lt;/code&gt; a second
time will get you back to &amp;ldquo;normal&amp;rdquo; vim mode with the color scheme
reset, and all secondary windows closed..)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 <entry>
   <title>VimRoom Changelog: 2010-10-31</title>
   <link href="http://projects.mikewest.org/vimroom/"/>
   <updated>2010-10-31T00:00:00-07:00</updated>
   <id>http://projects.mikewest.org/vimroom/vimroom/2010/10/31/changelog-1</id>
   <content type="html">&lt;strong&gt;VimRoom v0.1 (2010-10-31)&lt;/strong&gt;: &lt;p&gt;Initial public release.&lt;/p&gt;
</content>
 </entry>
 
 
</feed>

