<?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>Somewhere out there! &#187; vim</title>
	<atom:link href="http://stateless.geek.nz/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://stateless.geek.nz</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 01:01:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Edit zip file in vim</title>
		<link>http://stateless.geek.nz/2009/04/17/edit-zip-file-in-vim/</link>
		<comments>http://stateless.geek.nz/2009/04/17/edit-zip-file-in-vim/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 23:29:29 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/?p=671</guid>
		<description><![CDATA[Clever tip for using vim on zipped files. ie Openxml or ODF.]]></description>
			<content:encoded><![CDATA[<p>Clever <a href="http://cedric.bosdonnat.free.fr/wordpress/?p=243">tip</a> for using vim on zipped files. ie Openxml or ODF.</p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2009/04/17/edit-zip-file-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim and indents</title>
		<link>http://stateless.geek.nz/2008/12/31/vim-and-indents/</link>
		<comments>http://stateless.geek.nz/2008/12/31/vim-and-indents/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:01:59 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/?p=620</guid>
		<description><![CDATA[A few useful vim indenting links: Toggle auto-indenting for code paste How to stop auto indenting Turn off per-filetype auto indentation Getting cool auto-indent in vim This is the most useful bit when pasting into a vim window. nnoremap :set invpaste paste? imap set pastetoggle=]]></description>
			<content:encoded><![CDATA[<p>A few useful vim indenting links:</p>
<ul>
<li><a href="http://vim.wikia.com/wiki/Toggle_auto-indenting_for_code_paste">Toggle auto-indenting for code paste</a></li>
<li><a href="http://vim.wikia.com/wiki/How_to_stop_auto_indenting">How to stop auto indenting</a></li>
<li><a href="http://vim.wikia.com/wiki/Turn_off_per-filetype_auto_indentation">Turn off per-filetype auto indentation</a></li>
<li><a href="http://blogs.gnome.org/johannes/2006/11/10/getting-cool-auto-indent-in-vim/">Getting cool auto-indent in vim</a></li>
</ul>
<p>This is the most useful bit when pasting into a vim window.</p>
<p><code>nnoremap  :set invpaste paste?<br />
imap<br />
set pastetoggle=</code></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2008/12/31/vim-and-indents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

