![]() |
Puppy.ViCrashCourse HistoryHide minor edits - Show changes to markup August 17, 2006, at 07:29 AM
by -- English correction.
Changed line 4 from:
All commands are case intensive.. =) to:
All commands are case sensitive: February 09, 2006, at 11:07 PM
by --
Added line 31:
January 28, 2005, at 11:57 AM
by --
Changed lines 20-33 from:
=] to:
=] ExampleEditting the .profile to make new files read/write for everyone. This will prevent downloading problems from slug to pc type:
January 28, 2005, at 11:50 AM
by --
Added line 8:
o - insert new line under line the cursor is in, you can immediately start typing Added line 17:
:wq - write the file, then quit vi January 28, 2005, at 12:05 AM
by --
Added lines 1-4:
Usage - "vi filename", or "vi existingfilename". All commands are case intensive.. =) Changed line 10 from:
p - paste to:
p - Paste. Changed lines 18-21 from:
=] Note: All commands are case intensive.. =) to:
=] January 28, 2005, at 12:01 AM
by --
Added lines 5-7:
yy - Copy line. p - paste u - Undo. Changed lines 13-17 from:
=] to:
ZZ - Save and exit. =] Note: All commands are case intensive.. =) January 27, 2005, at 02:21 PM
by --
Changed lines 1-10 from:
Describe ViCrashCourse here. to:
vi filename - start editing a file i - start inserting characters (you can type your text after pushing i) ESC - stop inserting characters dd - delete a whole line x - delete a single character :w - write the file :q - quit VI :q! - quit vi and lose any changes you made. |