|
|||||||||
Hints on how to use vi |
|||||||||
May 22, 2014 |
|||||||||
Listed here for convenience are a few hints for utilizing vi, a unix text editor.
How to copy and paste in vi: enter visual mode: hit --> v move cursor up or down with the arrow keys to select lines hit --> y ... to yank the lines move the cursor to where you want to place the lines hit --> p ... to paste How to turn on the line numbers: hit --> shift + : type "set number" at the colon: : set number
|
|||||||||