<?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: Copy and paste text with vi or vim</title>
	<atom:link href="http://www.tech-recipes.com/rx/219/copy-and-paste-text-with-vi-or-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/219/copy-and-paste-text-with-vi-or-vim/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shareef</title>
		<link>http://www.tech-recipes.com/rx/219/copy-and-paste-text-with-vi-or-vim/comment-page-1/#comment-53135</link>
		<dc:creator>shareef</dc:creator>
		<pubDate>Mon, 09 Jan 2012 10:37:57 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-53135</guid>
		<description>Hi,
i am having text in a file liike
abc
xyz
fgh
jkl

i need to print as
abc abc
xyz xyz
fgh fgh
jkl jkl
 in same file...can anyone tell me the way to do that (in vi/vim/unix..what ever)..thanks in advance...

Thanks...
Shareef Shiek</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i am having text in a file liike<br />
abc<br />
xyz<br />
fgh<br />
jkl</p>
<p>i need to print as<br />
abc abc<br />
xyz xyz<br />
fgh fgh<br />
jkl jkl<br />
 in same file&#8230;can anyone tell me the way to do that (in vi/vim/unix..what ever)..thanks in advance&#8230;</p>
<p>Thanks&#8230;<br />
Shareef Shiek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trunghuynh Bk</title>
		<link>http://www.tech-recipes.com/rx/219/copy-and-paste-text-with-vi-or-vim/comment-page-1/#comment-34225</link>
		<dc:creator>Trunghuynh Bk</dc:creator>
		<pubDate>Tue, 16 Aug 2011 08:19:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-34225</guid>
		<description>can&#039;t anyone show me the way to type the linux path in VI editor.
Do we have the functionality of TAB key in VI editor </description>
		<content:encoded><![CDATA[<p>can&#8217;t anyone show me the way to type the linux path in VI editor.<br />
Do we have the functionality of TAB key in VI editor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh</title>
		<link>http://www.tech-recipes.com/rx/219/copy-and-paste-text-with-vi-or-vim/comment-page-1/#comment-32978</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Sun, 12 Jun 2011 11:29:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-32978</guid>
		<description>An useful post :) </description>
		<content:encoded><![CDATA[<p>An useful post :) </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://www.tech-recipes.com/rx/219/copy-and-paste-text-with-vi-or-vim/comment-page-1/#comment-48114</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Fri, 22 Apr 2011 08:14:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48114</guid>
		<description>Copy until the end of a line:
y$
Copy to the beginning of a line:
y^
Copy following 4 words:
y4w</description>
		<content:encoded><![CDATA[<p>Copy until the end of a line:<br />
y$<br />
Copy to the beginning of a line:<br />
y^<br />
Copy following 4 words:<br />
y4w</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint O Baxley</title>
		<link>http://www.tech-recipes.com/rx/219/copy-and-paste-text-with-vi-or-vim/comment-page-1/#comment-46299</link>
		<dc:creator>Clint O Baxley</dc:creator>
		<pubDate>Thu, 10 Feb 2011 20:50:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46299</guid>
		<description>Windows in a vim discussion. LOL my sides hurt.</description>
		<content:encoded><![CDATA[<p>Windows in a vim discussion. LOL my sides hurt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Cahill</title>
		<link>http://www.tech-recipes.com/rx/219/copy-and-paste-text-with-vi-or-vim/comment-page-1/#comment-45178</link>
		<dc:creator>Patrick Cahill</dc:creator>
		<pubDate>Thu, 30 Dec 2010 20:33:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-45178</guid>
		<description>Here is how the FTP sequence transpires:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:&gt;ftp 158.96.235.130
Connected to 158.96.235.130.
220-QTCP at DOMINONB.
220 Connection will close if idle more than 30 minutes.
User (158.96.235.130:(none)): xxxxxxx
331 Enter password.
Password:
230 xxxxxxx logged on.
ftp&gt; bin
200 Representation type is binary IMAGE.
ftp&gt; put &quot;C:Documents and SettingsxxxxxxDesktopmysqlinst.savf&quot;
200 PORT subcommand request successful.
150 Sending file to member SAVF in file MYSQLINST in library QGPL.
&gt; Netout :Software caused connection abort
426-Cannot write to member SAVF in file MYSQLINST in library QGPL.
426 Data transfer ended.
ftp: 2293725 bytes sent in 52.08Seconds 44.04Kbytes/sec.
ftp&gt; 

I have done this file transfer to many other machines but this one is giving me trouble.</description>
		<content:encoded><![CDATA[<p>Here is how the FTP sequence transpires:</p>
<p>Microsoft Windows XP [Version 5.1.2600]<br />
(C) Copyright 1985-2001 Microsoft Corp.<br />
C:&gt;ftp 158.96.235.130<br />
Connected to 158.96.235.130.<br />
220-QTCP at DOMINONB.<br />
220 Connection will close if idle more than 30 minutes.<br />
User (158.96.235.130:(none)): xxxxxxx<br />
331 Enter password.<br />
Password:<br />
230 xxxxxxx logged on.<br />
ftp&gt; bin<br />
200 Representation type is binary IMAGE.<br />
ftp&gt; put &#8220;C:Documents and SettingsxxxxxxDesktopmysqlinst.savf&#8221;<br />
200 PORT subcommand request successful.<br />
150 Sending file to member SAVF in file MYSQLINST in library QGPL.<br />
&gt; Netout :Software caused connection abort<br />
426-Cannot write to member SAVF in file MYSQLINST in library QGPL.<br />
426 Data transfer ended.<br />
ftp: 2293725 bytes sent in 52.08Seconds 44.04Kbytes/sec.<br />
ftp&gt; </p>
<p>I have done this file transfer to many other machines but this one is giving me trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atrimodi</title>
		<link>http://www.tech-recipes.com/rx/219/copy-and-paste-text-with-vi-or-vim/comment-page-1/#comment-45129</link>
		<dc:creator>Atrimodi</dc:creator>
		<pubDate>Wed, 29 Dec 2010 05:14:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-45129</guid>
		<description>copy and paste line :

command is : yyp</description>
		<content:encoded><![CDATA[<p>copy and paste line :</p>
<p>command is : yyp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tg</title>
		<link>http://www.tech-recipes.com/rx/219/copy-and-paste-text-with-vi-or-vim/comment-page-1/#comment-44761</link>
		<dc:creator>tg</dc:creator>
		<pubDate>Tue, 14 Dec 2010 05:12:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-44761</guid>
		<description>@chrissy - nice! thanks</description>
		<content:encoded><![CDATA[<p>@chrissy &#8211; nice! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.tech-recipes.com/rx/219/copy-and-paste-text-with-vi-or-vim/comment-page-1/#comment-44707</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 12 Dec 2010 20:30:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-44707</guid>
		<description>How do you copy part of a line and paste it into another line at the cursor position (not above or below the current line)?</description>
		<content:encoded><![CDATA[<p>How do you copy part of a line and paste it into another line at the cursor position (not above or below the current line)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sutourdot</title>
		<link>http://www.tech-recipes.com/rx/219/copy-and-paste-text-with-vi-or-vim/comment-page-1/#comment-44237</link>
		<dc:creator>Sutourdot</dc:creator>
		<pubDate>Fri, 26 Nov 2010 06:40:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-44237</guid>
		<description>hi ...
 i eed information abou copying the text of pdf /msword file as following.

there atre 5 lines . i want to copy 1st and 5 th line at a time with out continuety.
please message me to sutourdot@yahoo.co.in</description>
		<content:encoded><![CDATA[<p>hi &#8230;<br />
 i eed information abou copying the text of pdf /msword file as following.</p>
<p>there atre 5 lines . i want to copy 1st and 5 th line at a time with out continuety.<br />
please message me to <a href="mailto:sutourdot@yahoo.co.in">sutourdot@yahoo.co.in</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.103 seconds using memcached
Object Caching 417/424 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 03:07:19 -->
