<?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>GreenwaysRoad Blog &#187; Linux</title>
	<atom:link href="http://www.greenwaysroad.com/blogs/vasuBlog/index.php/category/tech/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greenwaysroad.com/blogs/vasuBlog</link>
	<description></description>
	<lastBuildDate>Sat, 14 Jan 2012 13:21:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft &#8220;Bob&#8221; in Vi</title>
		<link>http://www.greenwaysroad.com/blogs/vasuBlog/index.php/2008/12/23/microsoft-bob-in-vi/</link>
		<comments>http://www.greenwaysroad.com/blogs/vasuBlog/index.php/2008/12/23/microsoft-bob-in-vi/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 16:12:12 +0000</pubDate>
		<dc:creator>vasu</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.greenwaysroad.com/blogs/vasuBlog/index.php/2008/12/23/microsoft-bob-in-vi/</guid>
		<description><![CDATA[http://www.martintoft.dk/imgs/vi-assistant.gif 

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.martintoft.dk/imgs/vi-assistant.gif">http://www.martintoft.dk/imgs/vi-assistant.gif </a></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.greenwaysroad.com/blogs/vasuBlog/index.php/2008/12/23/microsoft-bob-in-vi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash Vi command line editing</title>
		<link>http://www.greenwaysroad.com/blogs/vasuBlog/index.php/2008/06/16/bash-vi-command-line-editing/</link>
		<comments>http://www.greenwaysroad.com/blogs/vasuBlog/index.php/2008/06/16/bash-vi-command-line-editing/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:58:36 +0000</pubDate>
		<dc:creator>vasu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://www.greenwaysroad.com/blogs/vasuBlog/index.php/2008/06/16/bash-vi-command-line-editing/</guid>
		<description><![CDATA[Useful howto on bash Vi command line editing HERE.
Highlights:
>set -o vi 
sets vi cmd line editing mode
It drops you into insert mode. Hitting Esc will get you into command mode like usual. Many vi editing commands work. Search (/foo) does not search the current command line. Instead it searches your bash history. Hitting &#8216;n&#8217; after [...]]]></description>
			<content:encoded><![CDATA[<p>Useful howto on bash Vi command line editing <a href="http://www.catonmat.net/blog/bash-vi-editing-mode-cheat-sheet/">HERE</A>.</p>
<p>Highlights:<br />
>set -o vi </p>
<p>sets vi cmd line editing mode</p>
<p>It drops you into insert mode. Hitting Esc will get you into command mode like usual. Many vi editing commands work. Search (/foo) does not search the current command line. Instead it searches your bash history. Hitting &#8216;n&#8217; after a search finds the next match as usual. The substitute cmd (s/foo/bar) does not work.</p>
<p>Hitting &#8216;v&#8217; when in command mode opens up vi with your command line. Now you are in regular vi &#8211; the usual editing works. Once done editing &#8216;:wq&#8217; will quit vi and execute the command.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.greenwaysroad.com/blogs/vasuBlog/index.php/2008/06/16/bash-vi-command-line-editing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

