On Friday 04 January 2002 00:37, SKLIM wrote: > I need help to know the key how to copy and paste in vi command ?
If you are in insert mode, you can highlight a block of text, then click your middle mouse button to paste at cursor location. Another way is with "yank" and "put." For example, you can copy 3 lines beginning with the line where the cursor is with the command 3yy. Then move to where you wish to paste it and type p. For cutting instead of copying, use "delete" and "put." For example, you can delete 3 lines beginning with the line where the cursor is with the command 3dd. Then move to where you wish to paste it and type p. *************************************************** Powered by SuSE Linux 7.2 Professional KDE 2.1.2 KMail 1.2 Bryan S. Tyson [EMAIL PROTECTED] ***************************************************
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
