From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E0RbA-0005BZ-9a for garchives@archives.gentoo.org; Wed, 03 Aug 2005 22:20:42 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j73MJgb6028208; Wed, 3 Aug 2005 22:19:42 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j73MJd4n023997 for ; Wed, 3 Aug 2005 22:19:41 GMT Message-Id: <200508032219.j73MJd4n023997@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1E0Rav-0004Cy-Kh for gentoo-doc-cvs@lists.gentoo.org; Wed, 03 Aug 2005 22:20:13 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Wed, 3 Aug 2005 22:20:12 +0000 From: "Xavier Neys" Date: Wed, 3 Aug 2005 22:20:12 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: nano-basics-guide.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 9e8187c2-d1a2-4aba-bc27-707af0638ce8 X-Archives-Hash: f034407f5f292a58c1ad3476f2d16e72 neysx 05/08/03 22:20:12 Modified: xml/htdocs/doc/en nano-basics-guide.xml Log: Fixed typo. tx grahl04 Revision Changes Path 1.16 +2 -2 xml/htdocs/doc/en/nano-basics-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.16&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml?rev=1.16&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nano-basics-guide.xml.diff?r1=1.15&r2=1.16&cvsroot=gentoo Index: nano-basics-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nano-basics-guide.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- nano-basics-guide.xml 2 Jul 2005 09:56:04 -0000 1.15 +++ nano-basics-guide.xml 3 Aug 2005 22:20:12 -0000 1.16 @@ -1,5 +1,5 @@ - + @@ -95,7 +95,7 @@ To cut a single line line you use ^K. You simply hold down CTRL and k at the same time. The line dissapears. To paste it you simply move the cursor to where you want to paste and punch ^U (CTRL u) -on your keyboard. BAM! The line reapears. Suppose you need to move a whole +on your keyboard. BAM! The line reappears. Suppose you need to move a whole paragraph. To move multiple lines simply cut each line one at a time, and then paste. BAM! The whole paragraph appears wherever you want it.

-- gentoo-doc-cvs@gentoo.org mailing list