Vi Commands

Qasim Ali on June 7th, 2010

VI Editor Simple Commands a— enter insert mode, the characters typed in will be inserted after the current cursor position. If you specify a count, all the text that had been inserted will be repeated that many times. h— move the cursor to the left one character position. i— enter insert mode, the characters typed [...]

Continue reading about Commands for VI editor in Linux