Basic “vi” features VIM

Basic “vi” features One edits a file in vi by issuing the command: vi file-to-edit.txt The vi editor has three modes, command mode, insert mode and command line mode. Command mode: letters or sequence of letters interactively command vi. Commands are case sensitive. The ESC key can end a command. Insert mode: Text is inserted. …