<?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: Code navigation, completion and snippets in vim</title>
	<atom:link href="http://dancingpenguinsoflight.com/2009/02/code-navigation-completion-snippets-in-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancingpenguinsoflight.com/2009/02/code-navigation-completion-snippets-in-vim/</link>
	<description></description>
	<lastBuildDate>Mon, 15 Mar 2010 11:15:26 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Light at the end of the carpal tunnel: snippets in vim with snipMate &#124; tail -f findings.out</title>
		<link>http://dancingpenguinsoflight.com/2009/02/code-navigation-completion-snippets-in-vim/comment-page-1/#comment-5463</link>
		<dc:creator>Light at the end of the carpal tunnel: snippets in vim with snipMate &#124; tail -f findings.out</dc:creator>
		<pubDate>Mon, 20 Jul 2009 01:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=614#comment-5463</guid>
		<description>[...] it will likely conflict with other completion plugins. Perhaps your language-based code completion (see this post if you haven&#8217;t set this up before). In my case, all was good until I opened a Python file, [...]</description>
		<content:encoded><![CDATA[<p>[...] it will likely conflict with other completion plugins. Perhaps your language-based code completion (see this post if you haven&#8217;t set this up before). In my case, all was good until I opened a Python file, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Huckins</title>
		<link>http://dancingpenguinsoflight.com/2009/02/code-navigation-completion-snippets-in-vim/comment-page-1/#comment-4452</link>
		<dc:creator>Samuel Huckins</dc:creator>
		<pubDate>Thu, 25 Jun 2009 14:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=614#comment-4452</guid>
		<description>@mak: Some of the characters got escaped when I was editing this post. They are now correct.

As to your edit, the &quot;&lt;CR&gt;&quot; causes a carriage return. Without this, pressing TT will just put &quot;:TlistToggle&quot; in your command window, then you&#039;d still need to press Enter to bring up the tag viewer. With the &quot;&lt;CR&gt;&quot; in place, &quot;TT&quot; will bring up the viewer. At least, that&#039;s what I see what I test both ways.</description>
		<content:encoded><![CDATA[<p>@mak: Some of the characters got escaped when I was editing this post. They are now correct.</p>
<p>As to your edit, the &#8220;<cr>&#8221; causes a carriage return. Without this, pressing TT will just put &#8220;:TlistToggle&#8221; in your command window, then you&#8217;d still need to press Enter to bring up the tag viewer. With the &#8220;</cr><cr>&#8221; in place, &#8220;TT&#8221; will bring up the viewer. At least, that&#8217;s what I see what I test both ways.</cr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubersoldat</title>
		<link>http://dancingpenguinsoflight.com/2009/02/code-navigation-completion-snippets-in-vim/comment-page-1/#comment-4449</link>
		<dc:creator>ubersoldat</dc:creator>
		<pubDate>Thu, 25 Jun 2009 11:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=614#comment-4449</guid>
		<description>The code navigation part is just GREAT! Thank you very much.</description>
		<content:encoded><![CDATA[<p>The code navigation part is just GREAT! Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mak</title>
		<link>http://dancingpenguinsoflight.com/2009/02/code-navigation-completion-snippets-in-vim/comment-page-1/#comment-4429</link>
		<dc:creator>mak</dc:creator>
		<pubDate>Thu, 25 Jun 2009 02:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=614#comment-4429</guid>
		<description>I am a newbie in using Vim, so I might be wrong in the following:

I think you should change &quot;&lt;&quot; to &quot;&quot; in the first figure (i.e. &quot;nnoremap TT :TlistToggle&lt;CR&gt;&quot; to &quot;nnoremap TT :TlistToggle&quot; )

At least this is how it worked for me.</description>
		<content:encoded><![CDATA[<p>I am a newbie in using Vim, so I might be wrong in the following:</p>
<p>I think you should change &#8220;&lt;&#8221; to &#8220;&#8221; in the first figure (i.e. &#8220;nnoremap TT :TlistToggle&lt;CR&gt;&#8221; to &#8220;nnoremap TT :TlistToggle&#8221; )</p>
<p>At least this is how it worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drdr.xp</title>
		<link>http://dancingpenguinsoflight.com/2009/02/code-navigation-completion-snippets-in-vim/comment-page-1/#comment-3015</link>
		<dc:creator>drdr.xp</dc:creator>
		<pubDate>Mon, 18 May 2009 04:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=614#comment-3015</guid>
		<description>Yup, snipMate is quite good too. xptemplate is a bit more flexible and dynamical with supports of post-filter, repetition, item-popup-menu. 
snipMate leads a clean style in both snippets file and in-time snippet rendering. And quite handy to use.</description>
		<content:encoded><![CDATA[<p>Yup, snipMate is quite good too. xptemplate is a bit more flexible and dynamical with supports of post-filter, repetition, item-popup-menu.<br />
snipMate leads a clean style in both snippets file and in-time snippet rendering. And quite handy to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sérgio Luiz Araújo Silva</title>
		<link>http://dancingpenguinsoflight.com/2009/02/code-navigation-completion-snippets-in-vim/comment-page-1/#comment-3004</link>
		<dc:creator>Sérgio Luiz Araújo Silva</dc:creator>
		<pubDate>Sun, 17 May 2009 20:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=614#comment-3004</guid>
		<description>SnipMate - snippets with same syntax of texmate:
http://www.vim.org/scripts/script.php?script_id=2540

video:
http://vimeo.com/3535418</description>
		<content:encoded><![CDATA[<p>SnipMate &#8211; snippets with same syntax of texmate:<br />
<a href="http://www.vim.org/scripts/script.php?script_id=2540" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=2540</a></p>
<p>video:<br />
<a href="http://vimeo.com/3535418" rel="nofollow">http://vimeo.com/3535418</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Huckins</title>
		<link>http://dancingpenguinsoflight.com/2009/02/code-navigation-completion-snippets-in-vim/comment-page-1/#comment-2829</link>
		<dc:creator>Samuel Huckins</dc:creator>
		<pubDate>Wed, 13 May 2009 14:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=614#comment-2829</guid>
		<description>@drdr.xp That looks like an awesome addition, I shall check it out. Thanks!</description>
		<content:encoded><![CDATA[<p>@drdr.xp That looks like an awesome addition, I shall check it out. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drdr.xp</title>
		<link>http://dancingpenguinsoflight.com/2009/02/code-navigation-completion-snippets-in-vim/comment-page-1/#comment-2806</link>
		<dc:creator>drdr.xp</dc:creator>
		<pubDate>Wed, 13 May 2009 03:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=614#comment-2806</guid>
		<description>If you want a better snippet system, I suggest my xptemplate plugin :)
http://www.vim.org/scripts/script.php?script_id=2611

screencast: http://www.vimeo.com/4571919</description>
		<content:encoded><![CDATA[<p>If you want a better snippet system, I suggest my xptemplate plugin <img src='http://dancingpenguinsoflight.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://www.vim.org/scripts/script.php?script_id=2611" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=2611</a></p>
<p>screencast: <a href="http://www.vimeo.com/4571919" rel="nofollow">http://www.vimeo.com/4571919</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Python and vim: Make your own IDE &#124; tail -f findings.out</title>
		<link>http://dancingpenguinsoflight.com/2009/02/code-navigation-completion-snippets-in-vim/comment-page-1/#comment-2653</link>
		<dc:creator>Python and vim: Make your own IDE &#124; tail -f findings.out</dc:creator>
		<pubDate>Sat, 09 May 2009 19:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=614#comment-2653</guid>
		<description>[...] &#171; Elegant option checking with optparseCode navigation, completion and snippets in vim &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] &laquo; Elegant option checking with optparseCode navigation, completion and snippets in vim &raquo; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Huckins</title>
		<link>http://dancingpenguinsoflight.com/2009/02/code-navigation-completion-snippets-in-vim/comment-page-1/#comment-2377</link>
		<dc:creator>Samuel Huckins</dc:creator>
		<pubDate>Sun, 03 May 2009 17:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=614#comment-2377</guid>
		<description>Actually the reason I wrote this post, as well as the others on this blog, is exactly that there weren&#039;t singular sources of information like this that I could find. vim.org has some great stuff, and there are countless articles and blog posts out there on vim. But I kept finding you needed to know what you were looking for. 

There&#039;s a steep learning curve if you are just starting out with vim. But try the suggestions here and in my other posts, change what you don&#039;t like, and then more intelligently search for the bits you are still lacking.

And good luck, you&#039;ll need it :-)</description>
		<content:encoded><![CDATA[<p>Actually the reason I wrote this post, as well as the others on this blog, is exactly that there weren&#8217;t singular sources of information like this that I could find. vim.org has some great stuff, and there are countless articles and blog posts out there on vim. But I kept finding you needed to know what you were looking for. </p>
<p>There&#8217;s a steep learning curve if you are just starting out with vim. But try the suggestions here and in my other posts, change what you don&#8217;t like, and then more intelligently search for the bits you are still lacking.</p>
<p>And good luck, you&#8217;ll need it <img src='http://dancingpenguinsoflight.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
