<?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>Rojak Coder &#187; vi</title>
	<atom:link href="http://www.rojakcoder.com/wordpress/category/vi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rojakcoder.com/wordpress</link>
	<description>Of Linux, Programming, and Singaporean Ramblings</description>
	<lastBuildDate>Tue, 15 Jun 2010 13:41:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Templates in Vim</title>
		<link>http://www.rojakcoder.com/wordpress/2009/09/22/using-templates-in-vim/</link>
		<comments>http://www.rojakcoder.com/wordpress/2009/09/22/using-templates-in-vim/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 01:19:45 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[vi]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=194</guid>
		<description><![CDATA[I just discovered a way to use templates in Vim where when I create a file, depending on the extension of the file, the boilerplate text that should always be there will be there.
You can find out how to do this from the Vim Recipe book, in particular this page: http://vim.runpaint.org/typing/using-templates/
]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2009/09/22/using-templates-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips on Using VI Editor (cont&#8217;d)</title>
		<link>http://www.rojakcoder.com/wordpress/2009/09/09/tips-on-using-vi-editor-contd-3/</link>
		<comments>http://www.rojakcoder.com/wordpress/2009/09/09/tips-on-using-vi-editor-contd-3/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 01:37:13 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[vi]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[vertical edit]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=172</guid>
		<description><![CDATA[The most attractive feature that VI has to offer is the block visual mode. It is amazingly powerful, especially for those who do coding. With it you can add characters to or remove characters a block of text in a column fashion. For example, you can add characters to a block of text (Figure 1) [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2009/09/09/tips-on-using-vi-editor-contd-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips on Using VI Editor (cont&#8217;d)</title>
		<link>http://www.rojakcoder.com/wordpress/2009/09/08/tips-on-using-vi-editor-contd-2/</link>
		<comments>http://www.rojakcoder.com/wordpress/2009/09/08/tips-on-using-vi-editor-contd-2/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 00:52:37 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[vi]]></category>
		<category><![CDATA[indentation]]></category>
		<category><![CDATA[vimrc]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=168</guid>
		<description><![CDATA[Some of the commands that you use for every session can be placed in a file named &#8220;.vimrc&#8221; in your home folder.
Personally, when editing code, I like to have my tabs to be of 4 characters wide. I also want the tab characters to be changed to 4 spaces. So in my .vimrc file, I [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2009/09/08/tips-on-using-vi-editor-contd-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips on Using VI Editor (cont’d)</title>
		<link>http://www.rojakcoder.com/wordpress/2009/09/06/tips-on-using-vi-editor-cont%e2%80%99d/</link>
		<comments>http://www.rojakcoder.com/wordpress/2009/09/06/tips-on-using-vi-editor-cont%e2%80%99d/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 04:46:37 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[vi]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[uppercase]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=164</guid>
		<description><![CDATA[Changing multiple characters to uppercase
In visual mode, with the characters to change selected, press U (uppercase) to change them to uppercase. Press u (lowercase) to change them to lowercase.
In command mode, the same effect can be achieved on a single character by placing the cursor on the letter and press the tilde sign (~).
Jumping from [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2009/09/06/tips-on-using-vi-editor-cont%e2%80%99d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips on Using VI Editor (cont&#8217;d)</title>
		<link>http://www.rojakcoder.com/wordpress/2009/09/03/tips-on-using-vi-editor-contd/</link>
		<comments>http://www.rojakcoder.com/wordpress/2009/09/03/tips-on-using-vi-editor-contd/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 13:25:59 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[vi]]></category>
		<category><![CDATA[positioning]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=160</guid>
		<description><![CDATA[More on VI&#8230;
H &#8211; position the cursor at the top of the screen (left most position)
M &#8211; position the cursor in the middle of the screen (left most position)
L &#8211; position the cursor in the bottom of the screen (left most position)
G &#8211; position the cursor at the bottom of the file (left most position); [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2009/09/03/tips-on-using-vi-editor-contd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips on Using VI Editor</title>
		<link>http://www.rojakcoder.com/wordpress/2009/09/02/tips-on-using-vi-editor/</link>
		<comments>http://www.rojakcoder.com/wordpress/2009/09/02/tips-on-using-vi-editor/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 00:55:07 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[vi]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[substitute]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=156</guid>
		<description><![CDATA[This is a one of many mini-posts that I will do on using the VI editor. I&#8217;ve recently bumped into some pages that contains valuable information on how to use VI. The problem with it is its too wordy and that makes it hard to look for information when you need it.
So this post and [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2009/09/02/tips-on-using-vi-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customisation for Vim Editor</title>
		<link>http://www.rojakcoder.com/wordpress/2008/09/16/customisation-for-vim-editor/</link>
		<comments>http://www.rojakcoder.com/wordpress/2008/09/16/customisation-for-vim-editor/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 01:59:14 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=41</guid>
		<description><![CDATA[When doing some simple programming, I like to use the Vim editor instead of using a full-blown IDE. It&#8217;s a good editor but I want to use it more efficiently. Some of the things I customise for myself are:

auto indentation &#8211; this is a must for programmers
tab size &#8211; to indent I use the tab [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2008/09/16/customisation-for-vim-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Line Indentation in VI</title>
		<link>http://www.rojakcoder.com/wordpress/2008/05/11/changing-line-indentation-in-vi/</link>
		<comments>http://www.rojakcoder.com/wordpress/2008/05/11/changing-line-indentation-in-vi/#comments</comments>
		<pubDate>Sun, 11 May 2008 05:46:04 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/2008/05/11/changing-line-indentation-in-vi/</guid>
		<description><![CDATA[Further to my previous post on changing the tab size in the VI editor,  I&#8217;ve found out how to change the indentation size in VI.

In most GUI editors, such as gedit, highlighting several lines of text and pressing the Tab key will indent the lines by one tab character. To get a similar behaviour [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2008/05/11/changing-line-indentation-in-vi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Changing the Tab Size in VI Editor</title>
		<link>http://www.rojakcoder.com/wordpress/2008/05/06/changing-the-tab-size-in-vi-editor/</link>
		<comments>http://www.rojakcoder.com/wordpress/2008/05/06/changing-the-tab-size-in-vi-editor/#comments</comments>
		<pubDate>Tue, 06 May 2008 02:21:25 +0000</pubDate>
		<dc:creator>cheeze</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[tabstop]]></category>

		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/2008/05/06/changing-the-tab-size-in-vi-editor/</guid>
		<description><![CDATA[The vi editor is a powerful editor. Problem with it is that it is only for the command line which means that many preferences are not accessible via a &#8216;Preferences&#8217; page. You need to know how to set preferences using commands.
Recently I&#8217;ve found out how to change the tab size in the vi editor. I [...]]]></description>
		<wfw:commentRss>http://www.rojakcoder.com/wordpress/2008/05/06/changing-the-tab-size-in-vi-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
