<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Blog.ChenHow.Net &#187; vi/vim</title>
	<atom:link href="http://blog.chenhow.net/tag/vivim/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chenhow.net</link>
	<description>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:04:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.6.3" -->
	<copyright>Copyright &#xA9; Blog.ChenHow.Net 2010 </copyright>
	<managingEditor>chenhow@chenhow.net (Blog.ChenHow.Net)</managingEditor>
	<webMaster>chenhow@chenhow.net (Blog.ChenHow.Net)</webMaster>
	<category>posts</category>
	<image>
		<url>http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Blog.ChenHow.Net &#187; vi/vim</title>
		<link>http://blog.chenhow.net</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>Blog.ChenHow.Net</itunes:author>
	<itunes:owner>
		<itunes:name>Blog.ChenHow.Net</itunes:name>
		<itunes:email>chenhow@chenhow.net</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Vi/Vim tips &#8211; Delete Lines</title>
		<link>http://blog.chenhow.net/2009/07/01/linux/vivim-tips-delete-lines/</link>
		<comments>http://blog.chenhow.net/2009/07/01/linux/vivim-tips-delete-lines/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 03:27:49 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vi/vim]]></category>

		<guid isPermaLink="false">http://blog.chenhow.net/?p=518</guid>
		<description><![CDATA[1.) Delete present line Goto the line you want to start delete, press Esc dd # Will delete present line 2.) Delete from line 1 to end of line. :1,$ del # Delete from line 1 to EOL 3.) Delete from present line to end of line. :.,$ del # Delete from present line to [...]]]></description>
			<content:encoded><![CDATA[<p>1.) Delete present line</p>
<blockquote><p><span style="color: #ffffff;">Goto the line you want to start delete, press</span></p>
<p><span style="color: #ffff00;">Esc dd </span><span style="color: #ff0000;"># Will delete present line<br />
</span></p></blockquote>
<p>2.) Delete from line 1 to end of line.</p>
<blockquote><p><span style="color: #ffff00;">:1,$ del <span style="color: #ff0000;"># Delete from line 1 to EOL</span><br />
</span></p></blockquote>
<p>3.) Delete from present line to end of line.</p>
<blockquote><p><span style="color: #ffff00;">:.,$ del <span style="color: #ff0000;"># Delete from present line to EOL</span><br />
</span></p>
<p><span style="color: #ffffff;">or</span></p>
<p><span style="color: #ffffff;">Goto the line you want to start delete, press</span></p>
<p><span style="color: #ffff00;"> Esc d Shift g</span> <span style="color: #ff0000;"># Will delete all the lines from present line to EOL</span></p></blockquote>
<p>. -&gt; present line<br class="spacer_" /></p>
<p>1 -&gt; line 1</p>
<p>$ -&gt; End of Line</p>
<p>del -&gt; Delete</p>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>No Related Posts</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2009/07/01/linux/vivim-tips-delete-lines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
