<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AdmiNirvana &#187; vim</title>
	<atom:link href="http://www.briandowney.net/blog/category/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.briandowney.net/blog</link>
	<description>Technical musings of an entrepreneur.</description>
	<lastBuildDate>Fri, 20 Jan 2012 02:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>vim tip of the day</title>
		<link>http://www.briandowney.net/blog/2008/01/29/vim-tip-of-the-day/</link>
		<comments>http://www.briandowney.net/blog/2008/01/29/vim-tip-of-the-day/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 16:14:27 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.briandowney.net/blog/2008/01/29/vim-tip-of-the-day/</guid>
		<description><![CDATA[Vim is a great editor. I don&#8217;t want to start an EMACS versus vim flame war here. It is just personal preference: I &#8220;get&#8221; vim, whereas EMACS confuses me. Anyway, here&#8217;s a clever little tip for users of vim that often have to open both DOS and UNIX format files (you know, the old ^M [...]]]></description>
			<content:encoded><![CDATA[<p>Vim is a great editor.   I don&#8217;t want to start an EMACS versus vim flame war here.   It is just personal preference:  I &#8220;get&#8221; vim, whereas EMACS confuses me.</p>
<p>Anyway, here&#8217;s a clever little tip for users of vim that often have to open both DOS and UNIX format files (you know, the old ^M line feed problem):</p>
<p>While in the editor you can write out either format.</p>
<p><code>:set ff=unix<br />
:w</code></p>
<p>Sets the file to UNIX linefeeds, while</p>
<p><code>:set ff=dos<br />
:w</code></p>
<p>Sets them to DOS.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briandowney.net/blog/2008/01/29/vim-tip-of-the-day/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

