Basic Commands
•ls
•cat
•more, less
•mkdir, rmdir, cd
•pwd
•cp, rm, mv
•head, tail
•who
•man
Editing Commands
i - Insert text at cursor
I - Insert at beginning of line
a - append to right of cursor
A - Append after end of line
r - replace a character
R - Replace text
o - Insert line after cursor
O - Insert line before cursor
u - Undo last change
U - Undo all changes on current line
^R - Redo last change
x - delete character at cursor
J - join text
•ls
•cat
•more, less
•mkdir, rmdir, cd
•pwd
•cp, rm, mv
•head, tail
•who
•man
Editing Commands
i - Insert text at cursor
I - Insert at beginning of line
a - append to right of cursor
A - Append after end of line
r - replace a character
R - Replace text
o - Insert line after cursor
O - Insert line before cursor
u - Undo last change
U - Undo all changes on current line
^R - Redo last change
x - delete character at cursor
J - join text