<?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>Functional Verification Blog &#187; vim</title>
	<atom:link href="http://blog.asicguru.com/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.asicguru.com</link>
	<description>A Functional Verification Blog</description>
	<lastBuildDate>Tue, 18 May 2010 16:19:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Marking in VIM</title>
		<link>http://blog.asicguru.com/2010/03/marking-in-vim/</link>
		<comments>http://blog.asicguru.com/2010/03/marking-in-vim/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 12:58:04 +0000</pubDate>
		<dc:creator>Puneet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[marking]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.asicguru.com/2010/03/marking-in-vim/</guid>
		<description><![CDATA[Vim is awesome editor if you know its advance features. One of such feature is marking. Its a life save if you are debugging/editing huge files. You can read more about it here :
http://vim.wikia.com/wiki/Using_marks
http://www.linux.com/archive/feed/54159
In Short to remember :
mx  : Mark a line with character x
&#8216;x    : return to the marked line
Go [...]]]></description>
			<content:encoded><![CDATA[<p>Vim is awesome editor if you know its advance features. One of such feature is marking. Its a life save if you are debugging/editing huge files. You can read more about it here :</p>
<p>http://vim.wikia.com/wiki/Using_marks</p>
<p>http://www.linux.com/archive/feed/54159</p>
<p>In Short to remember :</p>
<p>mx  : Mark a line with character x<br />
&#8216;x    : return to the marked line</p>
<p>Go to the line you want to mark and press mx in the command mode. That line will be marked with the character &#8216;x&#8217; and now if you want to come back to that line from anywhere in the file press &#8216;x it will take you back to the same line. Its a life saver for my huge debugs <img src='http://blog.asicguru.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>~njoy vim</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.asicguru.com/2010/03/marking-in-vim/feed/</wfw:commentRss>
		<slash:comments>88</slash:comments>
		</item>
	</channel>
</rss>

