<?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>Vim-Fu &#187; Vim Tricks</title>
	<atom:link href="http://www.vim-fu.com/category/vim-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vim-fu.com</link>
	<description>A SysAdmin&#039;s Notebook</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:15:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Starting Over in VIM using e!</title>
		<link>http://www.vim-fu.com/starting-over-in-vim-using-e/</link>
		<comments>http://www.vim-fu.com/starting-over-in-vim-using-e/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 02:57:10 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[Vim Tricks]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=1030</guid>
		<description><![CDATA[<p>I haven&#8217;t posted a trick in a while, so here&#8217;s a good one to know.</p>
<p>Ever start working on a file in command mode and then hit the caps key without realizing it.  Wham! All sorts of un-expected things can happen before you know it.  What do you do then? You could use q! to exit [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/starting-over-in-vim-using-e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>editing remote files</title>
		<link>http://www.vim-fu.com/editing-remote-files-with-vim/</link>
		<comments>http://www.vim-fu.com/editing-remote-files-with-vim/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 06:25:44 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[Vim Tricks]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=686</guid>
		<description><![CDATA[<p>This is a pretty cool little feature.  I am not sure how often it will come into play, but I like it and I thought I would share it.</p>
<p>To edit a file on a remote machine that you have ssh access to, do this:</p>
<p>vim scp://remote_host/filename</p>
<p>Simple as that. Supported protocols are: scp, sftp, ftp and http [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/editing-remote-files-with-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using macros in VIM</title>
		<link>http://www.vim-fu.com/macro-recording-in-vim/</link>
		<comments>http://www.vim-fu.com/macro-recording-in-vim/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 17:55:54 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[Vim Tricks]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=662</guid>
		<description><![CDATA[<p>Repetitive tasks can be annoying and are easily mitigated using the macro functionality in VIM.</p>
<p>For our simple example, let&#8217;s count 1 to 10 with each number on a new line.  This will make use of the Auto-increment functionality, discussed in a previous post entitled increment/decrement numbers in VIM, which is CTRL-a and yy, which yanks the [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/macro-recording-in-vim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>editing a bash command from the CLI using VIM</title>
		<link>http://www.vim-fu.com/editing-a-long-bash-command-using-vim/</link>
		<comments>http://www.vim-fu.com/editing-a-long-bash-command-using-vim/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 04:04:43 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Vim Tricks]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=630</guid>
		<description><![CDATA[Ever have a very long shell command that when you run you realize has a mistake right in the [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/editing-a-long-bash-command-using-vim/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>selecting and writing out a portion of a file</title>
		<link>http://www.vim-fu.com/selecting-and-writing-out-a-portion-of-a-file/</link>
		<comments>http://www.vim-fu.com/selecting-and-writing-out-a-portion-of-a-file/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 00:34:38 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Vim Tricks]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=550</guid>
		<description><![CDATA[<p>Selecting and writing out a portion of a file into another one, or acting on it in some other way is a very handy thing to know how to do in VIM.  There are many actions that you can perform, which will save you loads of time, if you just know some basics about [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/selecting-and-writing-out-a-portion-of-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>commenting out multiple lines in vim</title>
		<link>http://www.vim-fu.com/commenting-out-multiple-lines-in-vim/</link>
		<comments>http://www.vim-fu.com/commenting-out-multiple-lines-in-vim/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 00:32:36 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[Vim Tricks]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=559</guid>
		<description><![CDATA[<p>Visual block mode is a great tool when commenting out a section of code, large or small, all at once.</p>
<p>Look at this section of code from a script I am writing. Let&#8217;s say I wanted to comment out everything you see.</p>
<p style="text-align: center;"></p>
<p style="text-align: center;">
<p>I start with my cursor on the &#8220;%&#8221; and enter visual [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/commenting-out-multiple-lines-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>svn plugin for vim</title>
		<link>http://www.vim-fu.com/svn-plugin-for-vim/</link>
		<comments>http://www.vim-fu.com/svn-plugin-for-vim/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 06:43:07 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[Vim Tricks]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=281</guid>
		<description><![CDATA[This is a really nice little plugin that offers common SVN commands to the user from within [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/svn-plugin-for-vim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>search for a word</title>
		<link>http://www.vim-fu.com/search-for-a-word/</link>
		<comments>http://www.vim-fu.com/search-for-a-word/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 00:07:51 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[Vim Tricks]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=278</guid>
		<description><![CDATA[I have been using the # for a while now but the * is a welcome [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/search-for-a-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>finding the complement to a {}, (), []</title>
		<link>http://www.vim-fu.com/finding-the-complement-to-a/</link>
		<comments>http://www.vim-fu.com/finding-the-complement-to-a/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 07:27:11 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[Vim Tricks]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=260</guid>
		<description><![CDATA[Use this as a quick way to jump to the end of [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/finding-the-complement-to-a/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>reversing text</title>
		<link>http://www.vim-fu.com/reversing-text/</link>
		<comments>http://www.vim-fu.com/reversing-text/#comments</comments>
		<pubDate>Sun, 17 May 2009 07:30:50 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[Vim Tricks]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=244</guid>
		<description><![CDATA[I can’t really see a practical use for this tip, but I love it and I don’t want to forget it, so I am placing [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/reversing-text/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
