<?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: Vim Tip of The Week : +[num] or +/{pat}</title>
	<atom:link href="http://ubuntu-tutorials.com/2007/07/13/vim-tip-of-the-week-num-or-pat/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2007/07/13/vim-tip-of-the-week-num-or-pat/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Fri, 11 May 2012 05:04:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: geshido</title>
		<link>http://ubuntu-tutorials.com/2007/07/13/vim-tip-of-the-week-num-or-pat/#comment-1768</link>
		<dc:creator>geshido</dc:creator>
		<pubDate>Mon, 06 Aug 2007 09:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=370#comment-1768</guid>
		<description>As you can run any : command with &#039;+&#039; in command line options, then you also could do the following:

vim FILE1 FILE2 +bn +&#039;normal G&#039; +&#039;normal aHello there&#039;

.. for example. :)</description>
		<content:encoded><![CDATA[<p>As you can run any : command with &#8216;+&#8217; in command line options, then you also could do the following:</p>
<p>vim FILE1 FILE2 +bn +&#8217;normal G&#8217; +&#8217;normal aHello there&#8217;</p>
<p>.. for example. <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://ubuntu-tutorials.com/2007/07/13/vim-tip-of-the-week-num-or-pat/#comment-1769</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Thu, 19 Jul 2007 20:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=370#comment-1769</guid>
		<description>Great tips + comments as always. The more vi/vim the better!</description>
		<content:encoded><![CDATA[<p>Great tips + comments as always. The more vi/vim the better!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harley Pig</title>
		<link>http://ubuntu-tutorials.com/2007/07/13/vim-tip-of-the-week-num-or-pat/#comment-1767</link>
		<dc:creator>Harley Pig</dc:creator>
		<pubDate>Sat, 14 Jul 2007 15:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=370#comment-1767</guid>
		<description>Actually, the &#039;+&#039; command line option is a lot more versatile than that.

You can use almost any &#039;:&#039; command with the +:

vim +&#039;h keyword&#039;
vim +%s/pattern/replace/c file

etc.

You can also do multiple + commands:

vim +command +command +command file

One caveat: the + command only works on the first file listed.</description>
		<content:encoded><![CDATA[<p>Actually, the &#8216;+&#8217; command line option is a lot more versatile than that.</p>
<p>You can use almost any &#8216;:&#8217; command with the +:</p>
<p>vim +&#8217;h keyword&#8217;<br />
vim +%s/pattern/replace/c file</p>
<p>etc.</p>
<p>You can also do multiple + commands:</p>
<p>vim +command +command +command file</p>
<p>One caveat: the + command only works on the first file listed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://ubuntu-tutorials.com/2007/07/13/vim-tip-of-the-week-num-or-pat/#comment-1765</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 13 Jul 2007 21:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=370#comment-1765</guid>
		<description>This is a valid tip, but the POSIX standard states that these options should be prefixed with &quot;-c&quot; instead of the &quot;+&quot;.  A quick check of &quot;vim --help&quot; shows that vim does support the standard syntax.

One of the other commenters indicated that they would like additional tips like this.  I don&#039;t think my cheatsheet is a &quot;set of tips&quot;, but it does describe the vi command set (which after looking at my cheatsheet could be described as &quot;one from Column A and one from Column B&quot;).  I put the link to the cheatsheet in the &quot;website&quot; field of this comment, but you&#039;ll need to scroll down to the &quot;Unix&quot; section.

Enjoy.</description>
		<content:encoded><![CDATA[<p>This is a valid tip, but the POSIX standard states that these options should be prefixed with &#8220;-c&#8221; instead of the &#8220;+&#8221;.  A quick check of &#8220;vim &#8211;help&#8221; shows that vim does support the standard syntax.</p>
<p>One of the other commenters indicated that they would like additional tips like this.  I don&#8217;t think my cheatsheet is a &#8220;set of tips&#8221;, but it does describe the vi command set (which after looking at my cheatsheet could be described as &#8220;one from Column A and one from Column B&#8221;).  I put the link to the cheatsheet in the &#8220;website&#8221; field of this comment, but you&#8217;ll need to scroll down to the &#8220;Unix&#8221; section.</p>
<p>Enjoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://shot.pl/wycinki/</title>
		<link>http://ubuntu-tutorials.com/2007/07/13/vim-tip-of-the-week-num-or-pat/#comment-1766</link>
		<dc:creator>http://shot.pl/wycinki/</dc:creator>
		<pubDate>Fri, 13 Jul 2007 19:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=370#comment-1766</guid>
		<description>More Vim tricks! More advanced ones! :)</description>
		<content:encoded><![CDATA[<p>More Vim tricks! More advanced ones! <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander</title>
		<link>http://ubuntu-tutorials.com/2007/07/13/vim-tip-of-the-week-num-or-pat/#comment-1764</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Fri, 13 Jul 2007 19:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=370#comment-1764</guid>
		<description>This faithful reader would like more vim tips like this. Things like this make editing source code much faster. Thanks!</description>
		<content:encoded><![CDATA[<p>This faithful reader would like more vim tips like this. Things like this make editing source code much faster. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching using disk: basic
Object Caching 278/279 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-05-24 09:23:50 -->
