<?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>Zero Wind - Jamie Wong &#187; vimrc</title>
	<atom:link href="http://jamie-wong.com/category/vimrc/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamie-wong.com</link>
	<description>Inside the mind of a Waterloo Software Engineering student</description>
	<lastBuildDate>Sun, 15 Aug 2010 05:25:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Vim!</title>
		<link>http://jamie-wong.com/2009/11/06/vim/</link>
		<comments>http://jamie-wong.com/2009/11/06/vim/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 06:45:37 +0000</pubDate>
		<dc:creator>Jamie Wong</dc:creator>
				<category><![CDATA[vimrc]]></category>
		<category><![CDATA[editors]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://jamie-wong.com/me/?p=38</guid>
		<description><![CDATA[Vim is a terminal &#38; GUI editor widely used by programmers. Reading upper year SE blogs, it's obvious that I'm not the only one that loves Vim (Thor likes it, so you know it's good.) If you're interesting in trying to learn a (frighteningly) powerful editor, all the information about installing this cross-platform editor is [...]]]></description>
			<content:encoded><![CDATA[<p>Vim is a terminal &amp; GUI editor widely used by programmers. Reading upper year SE blogs, it's obvious that I'm not the only one that loves Vim (Thor likes it, so you know it's good.)</p>

<p>If you're interesting in trying to learn a (frighteningly) powerful editor, all the information about installing this cross-platform editor is here: <a href="http://www.vim.org/">http://www.vim.org/</a></p>

<p>It should come along with a companion tool called vimtutor, which is an interactive way of learning how to use the editor. Vim isn't intuitive to people who have only used GUI based editors, so you'll want to go through that. Alternatively (or in addition), there's a great free book called "A Byte of Vim" which you can find here: <a href="http://www.swaroopch.com/notes/Vim">http://www.swaroopch.com/notes/Vim</a>.</p>

<p>Tonight I spent a little while fiddling around with my vimrc to change a few hotkeys and set up multilanguage support for quick compilation. I have it set up so you have to hit &lt;F2&gt; then enter (&lt;CR&gt; is carriage return and is roughly equivalent to &lt;ENTER&gt; in the context of vim) because I occasionally like to pipe the output to less in the event I get massive amounts of errors. I want to take a look at the compiler plugin for vim, which apparently will select the line where my error is like other IDEs do.</p>

<p>In any case, you can see my vimrc here: <a href="http://github.com/phleet/phleet.github.com/blob/master/dotfiles/.vimrc">Vimrc @ Github</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamie-wong.com/2009/11/06/vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
