> SKLIM wrote:
> 
> I need help to know the key how to copy and paste in vi command ?
> Can someone help me on this issue
I'll offer to help a bit.

>From my VI quick ref next to the desk I see that following commands are
possibly the ones you should play with:
:yy     copy(:5yy would copy the next 5 lines)
:p      paste
:r      replace
:d$     deletes from the cursor to the end of the line
:dd     delete one line at a time
:u      undo
:x      delete one character (:5x would delete the next 5 characters)

Hope it helps (Hih)

-- 
==============================================
Hylton Conacher
Registered Linux user # 229959
Licenced Windows user
==============================================



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to