3.1 02 - Using The Vim Editor
3.1 02 - Using The Vim Editor
Basic commands:
First, moving through the text:
Moving through the text is usually possible with the arrow keys. If
not, try:
“H” to move the cursor to the left.
“I” to move it to the right.
“K” to move up.
“J” to move down.
“Shift+G” will put the prompt at the end of the document.
vi <filename_NEW> or <filename_EXISTING>
Thank You