<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Move or jump to specific lines in vi</title>
	<atom:link href="http://www.tech-recipes.com/rx/403/move-or-jump-to-specific-lines-in-vi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/403/move-or-jump-to-specific-lines-in-vi/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sun, 22 Nov 2009 00:56:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mgumgu</title>
		<link>http://www.tech-recipes.com/rx/403/move-or-jump-to-specific-lines-in-vi/comment-page-1/#comment-14711</link>
		<dc:creator>mgumgu</dc:creator>
		<pubDate>Tue, 01 Sep 2009 08:53:27 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-14711</guid>
		<description>Thanks for the very helpful info! Though i noticed that when i type 0G i still jump to the end of the file. But to go to the beginning i need to type 1G instead. Thought i should share. Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for the very helpful info! Though i noticed that when i type 0G i still jump to the end of the file. But to go to the beginning i need to type 1G instead. Thought i should share. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://www.tech-recipes.com/rx/403/move-or-jump-to-specific-lines-in-vi/comment-page-1/#comment-8429</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Fri, 13 Feb 2009 06:30:46 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8429</guid>
		<description>This doesnt work.</description>
		<content:encoded><![CDATA[<p>This doesnt work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/403/move-or-jump-to-specific-lines-in-vi/comment-page-1/#comment-371</link>
		<dc:creator></dc:creator>
		<pubDate>Thu, 12 Aug 2004 12:37:39 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-371</guid>
		<description>This can also be done using the ex facility of vi: simply type &quot;:&quot; (to get the ex prompt), then the line number, then return; &quot;:0&quot; goes to the first line; &quot;:$&quot; goes to the last. More keystrokes, but it syncs well with things like &quot;:0,$s/foo/bar/g&quot;.</description>
		<content:encoded><![CDATA[<p>This can also be done using the ex facility of vi: simply type &#8220;:&#8221; (to get the ex prompt), then the line number, then return; &#8220;:0&#8243; goes to the first line; &#8220;:$&#8221; goes to the last. More keystrokes, but it syncs well with things like &#8220;:0,$s/foo/bar/g&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
