<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Configuring Vim right</title>
	<atom:link href="http://items.sjbach.com/319/configuring-vim-right/feed" rel="self" type="application/rss+xml" />
	<link>http://items.sjbach.com/319/configuring-vim-right</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 13:57:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luca G.</title>
		<link>http://items.sjbach.com/319/configuring-vim-right/comment-page-1#comment-7240</link>
		<dc:creator>Luca G.</dc:creator>
		<pubDate>Mon, 12 Jul 2010 13:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://items.sjbach.com/?p=319#comment-7240</guid>
		<description>Thanks! This post is incredibly useful!</description>
		<content:encoded><![CDATA[<p>Thanks! This post is incredibly useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Thomasson</title>
		<link>http://items.sjbach.com/319/configuring-vim-right/comment-page-1#comment-6671</link>
		<dc:creator>Ben Thomasson</dc:creator>
		<pubDate>Fri, 23 Apr 2010 19:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://items.sjbach.com/?p=319#comment-6671</guid>
		<description>Thanks,  I&#039;ve been using vim for years and I&#039;ve learned quite a few things from this post.</description>
		<content:encoded><![CDATA[<p>Thanks,  I&#8217;ve been using vim for years and I&#8217;ve learned quite a few things from this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Making vi more colourful on the mac &#171; fredsherbet.com</title>
		<link>http://items.sjbach.com/319/configuring-vim-right/comment-page-1#comment-5929</link>
		<dc:creator>Making vi more colourful on the mac &#171; fredsherbet.com</dc:creator>
		<pubDate>Fri, 19 Feb 2010 12:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://items.sjbach.com/?p=319#comment-5929</guid>
		<description>[...] This site has lots of useful configuration options to consider to make vim more useful. [...]</description>
		<content:encoded><![CDATA[<p>[...] This site has lots of useful configuration options to consider to make vim more useful. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Katz</title>
		<link>http://items.sjbach.com/319/configuring-vim-right/comment-page-1#comment-3348</link>
		<dc:creator>Adam Katz</dc:creator>
		<pubDate>Tue, 30 Jun 2009 22:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://items.sjbach.com/?p=319#comment-3348</guid>
		<description>Refined the gvimrc portion you inherited from me to better handle sizing (especially useful for gvimdiff), fixed (upgraded?) buggy matchit line:

&lt;pre lang=&quot;vim&quot;&gt;&quot; who needs .gvimrc?  (people in irc://irc.freenode.net#vim say this is limited)
if has(&#039;gui_running&#039;)
  set guifont=Monospace\ 7.5   &quot; this is not limited to integers
  if &amp;diff
    autocmd GuiEnter * set columns=165 lines=50
  else
    autocmd GuiEnter * set columns=80 lines=40
  end
end
set diffopt+=iwhite             &quot; ignore whitespace in diff mode

&quot; from sbach, http://items.sjbach.com/319/configuring-vim-right
&quot; and http://www.vim.org/scripts/script.php?script_id=39
&quot;runtime macros/matchit.vim
filetype plugin on
source ~/.vim/plugin/matchit.vim
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Refined the gvimrc portion you inherited from me to better handle sizing (especially useful for gvimdiff), fixed (upgraded?) buggy matchit line:</p>

<div class="wp_syntax"><div class="code"><pre class="vim" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">&quot; who needs .gvimrc?  (people in irc://irc.freenode.net#vim say this is limited)</span>
<span style="color: #007719;">if</span> has<span style="color: #005a89;">&#40;</span>'gui_running'<span style="color: #005a89;">&#41;</span>
  <span style="color: #007719;">set</span> guifont=Monospace\ <span style="color: #cc66cc;">7.5</span>   <span style="color: #808080; font-style: italic;">&quot; this is not limited to integers</span>
  <span style="color: #007719;">if</span> <span style="color: #ff0000;">&amp;</span>diff
    autocmd GuiEnter * <span style="color: #007719;">set</span> columns=<span style="color: #cc66cc;">165</span> lines=<span style="color: #cc66cc;">50</span>
  else
    autocmd GuiEnter * <span style="color: #007719;">set</span> columns=<span style="color: #cc66cc;">80</span> lines=<span style="color: #cc66cc;">40</span>
  end
end
<span style="color: #007719;">set</span> diffopt+=iwhite             <span style="color: #808080; font-style: italic;">&quot; ignore whitespace in diff mode</span>
&nbsp;
<span style="color: #808080; font-style: italic;">&quot; from sbach, http://items.sjbach.com/319/configuring-vim-right</span>
<span style="color: #808080; font-style: italic;">&quot; and http://www.vim.org/scripts/script.php?script_id=39</span>
<span style="color: #808080; font-style: italic;">&quot;runtime macros/matchit.vim</span>
<span style="color: #007719;">filetype</span> plugin on
source ~/.vim/plugin/matchit.vim</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: craschworks &#187; Blog Archive &#187; links for 2009-06-25</title>
		<link>http://items.sjbach.com/319/configuring-vim-right/comment-page-1#comment-3328</link>
		<dc:creator>craschworks &#187; Blog Archive &#187; links for 2009-06-25</dc:creator>
		<pubDate>Thu, 25 Jun 2009 10:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://items.sjbach.com/?p=319#comment-3328</guid>
		<description>[...] Configuring Vim right - items.sjbach.com have spent a lot of time looking at a Vim window, and correspondingly, a lot of time testing different configurations. These are the best non-standard options I have found or stolen from others over the years; listed below in order of descending usefulness â though I think everything in this article is worth skimming â are tips which should have value to anyone, no matter how they like to run Vim. That is, there is minimal editorializing. (tags: programming/vim vim, vimrc) [...]</description>
		<content:encoded><![CDATA[<p>[...] Configuring Vim right &#8211; items.sjbach.com have spent a lot of time looking at a Vim window, and correspondingly, a lot of time testing different configurations. These are the best non-standard options I have found or stolen from others over the years; listed below in order of descending usefulness â though I think everything in this article is worth skimming â are tips which should have value to anyone, no matter how they like to run Vim. That is, there is minimal editorializing. (tags: programming/vim vim, vimrc) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Francia</title>
		<link>http://items.sjbach.com/319/configuring-vim-right/comment-page-1#comment-1892</link>
		<dc:creator>Steve Francia</dc:creator>
		<pubDate>Mon, 22 Dec 2008 18:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://items.sjbach.com/?p=319#comment-1892</guid>
		<description>Vim is a good editor, made great with a custom .vimrc file.
My .vimrc file adds syntax highlighting, autocomplete with tab, folding and highlights the line you are on.
Feel free to use or modify it for your needs. 

&lt;a href=&quot;http://spf13.com/content/my-custom-vimrc-file-vim&quot; rel=&quot;nofollow&quot;&gt;Here is my .vimrc file&lt;/a&gt;

&lt;a href=&quot;http://spf13.com/feature/vim-plugins&quot; rel=&quot;nofollow&quot;&gt;
And my guide to the best 15 vim plugins&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Vim is a good editor, made great with a custom .vimrc file.<br />
My .vimrc file adds syntax highlighting, autocomplete with tab, folding and highlights the line you are on.<br />
Feel free to use or modify it for your needs. </p>
<p><a href="http://spf13.com/content/my-custom-vimrc-file-vim" rel="nofollow">Here is my .vimrc file</a></p>
<p><a href="http://spf13.com/feature/vim-plugins" rel="nofollow"><br />
And my guide to the best 15 vim plugins</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Bach</title>
		<link>http://items.sjbach.com/319/configuring-vim-right/comment-page-1#comment-1888</link>
		<dc:creator>Stephen Bach</dc:creator>
		<pubDate>Mon, 15 Dec 2008 19:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://items.sjbach.com/?p=319#comment-1888</guid>
		<description>Hi Jim, you have a point.  I rely heavily on visual-mode, so I would more likely do this as &quot;&lt;code&gt;V j j j d&lt;/code&gt;&quot; -- I tend to use marks only for navigating text, rather than for manipulating it.  But this isn&#039;t true of everyone and it&#039;s good to get a different view.</description>
		<content:encoded><![CDATA[<p>Hi Jim, you have a point.  I rely heavily on visual-mode, so I would more likely do this as &#8220;<code>V j j j d</code>&#8221; &#8212; I tend to use marks only for navigating text, rather than for manipulating it.  But this isn&#8217;t true of everyone and it&#8217;s good to get a different view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://items.sjbach.com/319/configuring-vim-right/comment-page-1#comment-1887</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 15 Dec 2008 18:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://items.sjbach.com/?p=319#comment-1887</guid>
		<description>Nice writeup. I would recommend against your suggestion #2, however. Apostrophe is a line movement command, and Backtick is a text movement command. Since vim is both line editor and a text editor, it makes a big difference which you use. Personally, I use line commands way more often than text commands, as they are quicker to fire off. &quot;&lt;code&gt;ma j j j d&#039;a&lt;/code&gt;&quot; will cut 4 lines of text, no matter what column your cursor is in. Likewise, you can paste these w/o regard for the cursor column and vim does the right thing (&lt;code&gt;@&quot;&lt;/code&gt; is marked as a line register from the cut). I guess this thing would depend on your usage pattern of course.</description>
		<content:encoded><![CDATA[<p>Nice writeup. I would recommend against your suggestion #2, however. Apostrophe is a line movement command, and Backtick is a text movement command. Since vim is both line editor and a text editor, it makes a big difference which you use. Personally, I use line commands way more often than text commands, as they are quicker to fire off. &#8220;<code>ma j j j d'a</code>&#8221; will cut 4 lines of text, no matter what column your cursor is in. Likewise, you can paste these w/o regard for the cursor column and vim does the right thing (<code>@"</code> is marked as a line register from the cut). I guess this thing would depend on your usage pattern of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Making Vim your default &#124; stackq</title>
		<link>http://items.sjbach.com/319/configuring-vim-right/comment-page-1#comment-1808</link>
		<dc:creator>Making Vim your default &#124; stackq</dc:creator>
		<pubDate>Mon, 08 Dec 2008 21:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://items.sjbach.com/?p=319#comment-1808</guid>
		<description>[...] Configuring Vim Right [...]</description>
		<content:encoded><![CDATA[<p>[...] Configuring Vim Right [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vimrc updated - /dev/null</title>
		<link>http://items.sjbach.com/319/configuring-vim-right/comment-page-1#comment-1618</link>
		<dc:creator>vimrc updated - /dev/null</dc:creator>
		<pubDate>Fri, 05 Dec 2008 01:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://items.sjbach.com/?p=319#comment-1618</guid>
		<description>[...] that the vimrc I provide via bzr (or via direct link) has been updated.  Tom recently found a site or two that had some nifty settings I hadn&#8217;t stumbled across yet.  Changes [...]</description>
		<content:encoded><![CDATA[<p>[...] that the vimrc I provide via bzr (or via direct link) has been updated.  Tom recently found a site or two that had some nifty settings I hadn&#8217;t stumbled across yet.  Changes [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 1/16 queries in 0.153 seconds using disk

Served from: items.sjbach.com @ 2010-07-29 13:50:54 -->