<?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: 7 Relatively Unknown But Very Powerful Vim Features</title>
	<atom:link href="http://danielmiessler.com/blog/7-relatively-unknown-but-very-powerful-vim-features/feed" rel="self" type="application/rss+xml" />
	<link>http://danielmiessler.com/blog/7-relatively-unknown-but-very-powerful-vim-features</link>
	<description>grep understanding</description>
	<lastBuildDate>Tue, 15 May 2012 12:09:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Live from Yokohama &#187; Blog Archive &#187; links for 2007-01-16</title>
		<link>http://danielmiessler.com/blog/7-relatively-unknown-but-very-powerful-vim-features/comment-page-1#comment-24499</link>
		<dc:creator>Live from Yokohama &#187; Blog Archive &#187; links for 2007-01-16</dc:creator>
		<pubDate>Mon, 22 Jan 2007 04:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/1065#comment-24499</guid>
		<description>&lt;p&gt;[...] 7 Relatively Unknown But Very Powerful Vim Features Who knew Vim had so many interesting features? (tags: vim vi) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] 7 Relatively Unknown But Very Powerful Vim Features Who knew Vim had so many interesting features? (tags: vim vi) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://danielmiessler.com/blog/7-relatively-unknown-but-very-powerful-vim-features/comment-page-1#comment-23770</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 16 Jan 2007 13:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/1065#comment-23770</guid>
		<description>&lt;p&gt;better text for #7 here:&lt;/p&gt;

&lt;p&gt;if has(&quot;syntax)
    syntax on
endif&lt;/p&gt;

&lt;p&gt;Keeps you from getting a warning if your copy of vim doesn&#039;t have syntax highlighting turned on.&lt;/p&gt;

&lt;p&gt;I also like to set my tabstop/shiftwidth to 4 (because 8 gets &lt;em&gt;really&lt;/em&gt; messy when you nest enough if statements).  Also, if you set one and not the other, I&#039;ve found that some freaky stuff happens:&lt;/p&gt;

&lt;p&gt;set tabstop=4
set shiftwidth=4&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>better text for #7 here:</p>

<p>if has(&#8220;syntax)
    syntax on
endif</p>

<p>Keeps you from getting a warning if your copy of vim doesn&#8217;t have syntax highlighting turned on.</p>

<p>I also like to set my tabstop/shiftwidth to 4 (because 8 gets <em>really</em> messy when you nest enough if statements).  Also, if you set one and not the other, I&#8217;ve found that some freaky stuff happens:</p>

<p>set tabstop=4
set shiftwidth=4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://danielmiessler.com/blog/7-relatively-unknown-but-very-powerful-vim-features/comment-page-1#comment-246699</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 16 Jan 2007 13:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/1065#comment-246699</guid>
		<description>&lt;p&gt;better text for #7 here:&lt;/p&gt;

&lt;p&gt;if has(&quot;syntax)
    syntax on
endif&lt;/p&gt;

&lt;p&gt;Keeps you from getting a warning if your copy of vim doesn&#039;t have syntax highlighting turned on.&lt;/p&gt;

&lt;p&gt;I also like to set my tabstop/shiftwidth to 4 (because 8 gets &lt;em&gt;really&lt;/em&gt; messy when you nest enough if statements).  Also, if you set one and not the other, I&#039;ve found that some freaky stuff happens:&lt;/p&gt;

&lt;p&gt;set tabstop=4
set shiftwidth=4&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>better text for #7 here:</p>

<p>if has(&#8220;syntax)
    syntax on
endif</p>

<p>Keeps you from getting a warning if your copy of vim doesn&#8217;t have syntax highlighting turned on.</p>

<p>I also like to set my tabstop/shiftwidth to 4 (because 8 gets <em>really</em> messy when you nest enough if statements).  Also, if you set one and not the other, I&#8217;ve found that some freaky stuff happens:</p>

<p>set tabstop=4
set shiftwidth=4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Some practical Vim tips.</title>
		<link>http://danielmiessler.com/blog/7-relatively-unknown-but-very-powerful-vim-features/comment-page-1#comment-23691</link>
		<dc:creator>Some practical Vim tips.</dc:creator>
		<pubDate>Tue, 16 Jan 2007 01:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/1065#comment-23691</guid>
		<description>&lt;p&gt;[...] So today I was pleased when I read an article giving some helpful Vim tips. It&#8217;s a great resource for those who are new to Vim, and want to access some very powerful features. For instance, editing two files at once is often a very useful thing to be able to do, even if you&#8217;re just viewing one of the files and editing the other. The ctrl-n word autocomplete functionality is another gem. And the enabling of syntax highlighting via a single line in one&#8217;s ~/.vimrc file is something most developers will want to be doing. I do suggest reading the article, especially if you are just coming over to Vim. You&#8217;ll learn about many new features in very little time. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] So today I was pleased when I read an article giving some helpful Vim tips. It&#8217;s a great resource for those who are new to Vim, and want to access some very powerful features. For instance, editing two files at once is often a very useful thing to be able to do, even if you&#8217;re just viewing one of the files and editing the other. The ctrl-n word autocomplete functionality is another gem. And the enabling of syntax highlighting via a single line in one&#8217;s ~/.vimrc file is something most developers will want to be doing. I do suggest reading the article, especially if you are just coming over to Vim. You&#8217;ll learn about many new features in very little time. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

