<?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>Nate&#039;s blog &#187; vim</title>
	<atom:link href="http://www.natenewz.com/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natenewz.com</link>
	<description>My various projects</description>
	<lastBuildDate>Wed, 27 Oct 2010 00:07:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Text File Paragraph Formatting with Vim</title>
		<link>http://www.natenewz.com/2010/04/05/text-file-paragraph-formatting-with-vim/</link>
		<comments>http://www.natenewz.com/2010/04/05/text-file-paragraph-formatting-with-vim/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 04:55:25 +0000</pubDate>
		<dc:creator>nate</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[line breaks]]></category>
		<category><![CDATA[paragraph]]></category>
		<category><![CDATA[paragraph formatting]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.natenewz.com/?p=344</guid>
		<description><![CDATA[I recently had to fix 50 files of plain text user content to be more readable. Line breaks needed to be added to make the paragraphs look more coherent. Here is my solution to fixing a file quickly.
Add the following to your .vimrc Set 100 to the max number of characters that you want in [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to fix 50 files of plain text user content to be more readable. Line breaks needed to be added to make the paragraphs look more coherent. Here is my solution to fixing a file quickly.</p>
<p>Add the following to your .vimrc Set 100 to the max number of characters that you want in a line.</p>
<p>:nmap &lt;c-a&gt; ggVGgq<br />
	:setlocal textwidth=100</p>
<p>save and quit.</p>
<p>Open up a file to edit, press Control-A and voila!</p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.natenewz.com/2010/04/05/text-file-paragraph-formatting-with-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

