<?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>Doug McInnes &#187; Ruby</title>
	<atom:link href="http://dougmcinnes.com/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougmcinnes.com</link>
	<description>Chuckle and Chortle</description>
	<lastBuildDate>Tue, 08 May 2012 17:13:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Ruby Vim Fu</title>
		<link>http://dougmcinnes.com/2010/04/11/ruby-vim-fu/</link>
		<comments>http://dougmcinnes.com/2010/04/11/ruby-vim-fu/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 06:18:19 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[LA Ruby]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://dougmcinnes.com/?p=81</guid>
		<description><![CDATA[This last Thursday Alf and I gave a talk at LA Ruby on Vim, in particular how we use Vim to edit Ruby code.  Giles asked us to present on Vim months ago and we finally got around to doing &#8230; <a href="http://dougmcinnes.com/2010/04/11/ruby-vim-fu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This last Thursday <a href="http://alfmikula.blogspot.com/">Alf</a> and I gave a talk at <a href="http://www.laruby.com/">LA Ruby</a> on <a href="http://www.vim.org/">Vim</a>, in particular how we use Vim to edit Ruby code.  <a href="http://gilesbowkett.blogspot.com/">Giles</a> asked us to present on Vim months ago and we finally got around to doing it.</p>
<p>I think it went well considering we probably spent more time figuring out the background color scheme on our slides than preparing what we were going to say.  I wasn&#8217;t worried, I&#8217;ve been using Vim for 15 years now so it was my favorite kind of speech: one where I felt completely at ease with the subject matter.</p>
<p>In any case here are the slides in a <a href="http://amikula.github.com/vim_fu/">viewable form</a> on Github, as well as the <a href="http://github.com/amikula/vim_fu">source</a>.  We used the <a href="http://slideshow.rubyforge.org/">Slideshow gem</a> to set them up.</p>
<p>The slides probably will not be of any particular use to you since they&#8217;re rather sparse.  We however added a bunch of links on the end to blogs/screencasts/cool sites we like as well as all of the plugins we mentioned during the talk.</p>
<p>So you don&#8217;t have to hunt through the slides here are those links in all their glory:</p>
<h1>Links</h1>
<p><a href="http://www.vim.org/">http://www.vim.org/</a></p>
<p><strong>MacVim</strong> – <a href="http://code.google.com/p/macvim/">http://code.google.com/p/macvim/</a></p>
<p><a href="http://vim.wikia.com/wiki/Best_Vim_Tips">http://vim.wikia.com/wiki/Best_Vim_Tips</a></p>
<p><strong>Cheat Sheet!</strong> –  <a href="http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html">http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html</a></p>
<p><a href="http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html"></a><a href="http://items.sjbach.com/319/configuring-vim-right">http://items.sjbach.com/319/configuring-vim-right</a></p>
<p><strong>Screencasts on Vim</strong> – <a href="http://vimcasts.org/">http://vimcasts.org/</a></p>
<p><strong>Vim Tip a Day on Twitter</strong> – <a href="http://twitter.com/vimtips">http://twitter.com/vimtips</a></p>
<p><a href="http://durdn.com/blog/2008/11/26/vim-mind-share-soaring-roundup-of-10-vim-articles-recent-and-older-gems/">http://durdn.com/blog/2008/11/26/vim-mind-share-soaring-roundup-of-10-vim-articles-recent-and-older-gems/</a></p>
<p><a href="http://durdn.com/blog/2008/11/26/vim-mind-share-soaring-roundup-of-10-vim-articles-recent-and-older-gems/"></a><strong>Vim Recipies</strong> – <a href="http://vim.runpaint.org/toc/">http://vim.runpaint.org/toc/</a></p>
<p><a href="http://biodegradablegeek.com/2007/12/using-vim-as-a-complete-ruby-on-rails-ide/">http://biodegradablegeek.com/2007/12/using-vim-as-a-complete-ruby-on-rails-ide/</a></p>
<h1>Plugins</h1>
<p><strong>The Rails Plugin</strong> – <a href="http://rails.vim.tpope.net/">http://rails.vim.tpope.net/</a></p>
<p><strong>NERD Tree</strong> – <a href="http://www.vim.org/scripts/script.php?script_id=1658">http://www.vim.org/scripts/script.php?script_id=1658</a></p>
<p><strong>Command-T</strong> – <a href="http://www.vim.org/scripts/script.php?script_id=3025">http://www.vim.org/scripts/script.php?script_id=3025</a></p>
<p><strong>BufExplorer</strong> – <a href="http://www.vim.org/scripts/script.php?script_id=42">http://www.vim.org/scripts/script.php?script_id=42</a></p>
<p><strong>AutoTag</strong> – <a href="http://www.vim.org/scripts/script.php?script_id=1343">http://www.vim.org/scripts/script.php?script_id=1343</a></p>
<p><a href="http://www.vim.org/scripts/script.php?script_id=1343"></a><strong>Vimball</strong> – <a href="http://www.vim.org/scripts/script.php?script_id=1502">http://www.vim.org/scripts/script.php?script_id=1502</a></p>
<p><strong>NERDCommenter</strong> – <a href="http://www.vim.org/scripts/script.php?script_id=1218">http://www.vim.org/scripts/script.php?script_id=1218</a></p>
<p><strong>NERDSnippets</strong> – <a href="http://github.com/scrooloose/nerdsnippets">http://github.com/scrooloose/nerdsnippets</a></p>
<p><strong>Align</strong> – <a href="http://www.vim.org/scripts/script.php?script_id=294">http://www.vim.org/scripts/script.php?script_id=294</a></p>
<p><strong>RubySingleTest</strong> – <a href="http://www.vim.org/scripts/script.php?script_id=2869">http://www.vim.org/scripts/script.php?script_id=2869</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dougmcinnes.com/2010/04/11/ruby-vim-fu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

