<?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>linsec.ca blog &#187; vim</title>
	<atom:link href="http://linsec.ca/blog/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://linsec.ca/blog</link>
	<description>You can have it right, or you can have it now.  But you can&#039;t have it right now.</description>
	<lastBuildDate>Sat, 05 May 2012 22:03:58 +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>Enable spell-checking in Vim and customize default behavior</title>
		<link>http://linsec.ca/blog/2010/10/12/enable-spell-checking-in-vim-and-customize-default-behavior/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-spell-checking-in-vim-and-customize-default-behavior</link>
		<comments>http://linsec.ca/blog/2010/10/12/enable-spell-checking-in-vim-and-customize-default-behavior/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 14:43:20 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[techmail]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=850</guid>
		<description><![CDATA[Last week&#8217;s techmail was Enable spell-checking in Vim and customize default behavior which talks about how to get spell checking enabled in vim. I actually wasn&#8217;t even aware that vim could do spell checking natively until a little while ago, and it sure makes for my use of it with mutt so much nicer. On [...]]]></description>
			<content:encoded><![CDATA[<p>Last week&#8217;s techmail was <a href="http://blogs.techrepublic.com.com/opensource/?p=1864">Enable spell-checking in Vim and customize default behavior</a> which talks about how to get spell checking enabled in vim.  I actually wasn&#8217;t even aware that vim could do spell checking natively until a little while ago, and it sure makes for my use of it with mutt so much nicer.  On the other hand, having spell checking enabled all the time isn&#8217;t ideal because doing any programming in vim will have the spell check highlighting off the charts, so this tip shows how to enable it for certain file types, and leave it off for others, so it is enabled only when you want it, and it&#8217;s out of the way when you don&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2010/10/12/enable-spell-checking-in-vim-and-customize-default-behavior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking Vim covers the basics and reveals tips for power users</title>
		<link>http://linsec.ca/blog/2009/07/08/hacking-vim-covers-the-basics-and-reveals-tips-for-power-users/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hacking-vim-covers-the-basics-and-reveals-tips-for-power-users</link>
		<comments>http://linsec.ca/blog/2009/07/08/hacking-vim-covers-the-basics-and-reveals-tips-for-power-users/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:02:16 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[techmail]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=520</guid>
		<description><![CDATA[This week&#8217;s TechMail is Hacking Vim covers the basics and reveals tips for power users, which is a book review of &#8220;Hacking Vim&#8221; by Packt Publishing. If you&#8217;re a (serious/wanna-be) vim user, this is a really useful book to read. I learnt a lot of tricks from it.]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s TechMail is <a href="http://blogs.techrepublic.com.com/opensource/?p=727">Hacking Vim covers the basics and reveals tips for power users</a>, which is a book review of &#8220;Hacking Vim&#8221; by Packt Publishing.  If you&#8217;re a (serious/wanna-be) vim user, this is a really useful book to read.  I learnt a lot of tricks from it.</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2009/07/08/hacking-vim-covers-the-basics-and-reveals-tips-for-power-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use tabs to open multiple files in vim</title>
		<link>http://linsec.ca/blog/2009/06/09/use-tabs-to-open-multiple-files-in-vim/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-tabs-to-open-multiple-files-in-vim</link>
		<comments>http://linsec.ca/blog/2009/06/09/use-tabs-to-open-multiple-files-in-vim/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:12:29 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[techmail]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=511</guid>
		<description><![CDATA[This week&#8217;s TechMail is Use tabs to open multiple files in vim which pretty much discusses how to use tabs in vim so you can have multiple files open at once. Using some nice key mapping, you can navigate tabs with simple keystrokes and have vim act like any good GUI text editor with tabs.]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s TechMail is <a href="http://blogs.techrepublic.com.com/opensource/?p=678">Use tabs to open multiple files in vim</a> which pretty much discusses how to use tabs in vim so you can have multiple files open at once.  Using some nice key mapping, you can navigate tabs with simple keystrokes and have vim act like any good GUI text editor with tabs.</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2009/06/09/use-tabs-to-open-multiple-files-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create custom keybindings in vim</title>
		<link>http://linsec.ca/blog/2009/06/02/create-custom-keybindings-in-vim/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-custom-keybindings-in-vim</link>
		<comments>http://linsec.ca/blog/2009/06/02/create-custom-keybindings-in-vim/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 19:41:51 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[techmail]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=507</guid>
		<description><![CDATA[This week&#8217;s TechMail is Create custom keybindings in vim which goes into how to tweak vim&#8217;s keybindings to make them more familiar if you come from another editor. It&#8217;s also useful to create shortcuts for things such as moving to the end of a line. I&#8217;ve been using joe for over 10 years and while [...]]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s TechMail is <a href="http://blogs.techrepublic.com.com/opensource/?p=659">Create custom keybindings in vim</a> which goes into how to tweak vim&#8217;s keybindings to make them more familiar if you come from another editor.  It&#8217;s also useful to create shortcuts for things such as moving to the end of a line.  I&#8217;ve been using joe for over 10 years and while I&#8217;ve used vim 90% of the time for the last few years, it always irritated me that you had to hit &#8220;ESC&#8221; then &#8220;$&#8221; then &#8220;i&#8221; and then the right arrow to get to the true end-of-line, especially when I was used to joe&#8217;s &#8220;CTRL-E&#8221; to get me there.  So making vim do the same thing was a piece of cake, and this tip shows you how to do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2009/06/02/create-custom-keybindings-in-vim/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

