-- What is Vim
yy: copy a line
p: paste the copied line(s)
dd: cut a line
u: undo
-
Press ESC key
-
At the : prompt type the following command to run on line numbers:
set number -
To turn off line numbering, type the following command at the : prompt
set nonumber