13,420
edits
Changes
→Part 2: Creating Text Files Using The vi Text Editor
You will now learn basic editing skills using the '''vi''' ('''vim''') text editor including '''creating''', '''editing''', and '''saving''' text files.
The vi (vim) text editor (although taking longer to learn) �has has outstanding features to increase coding productivity..�
The major different between nano and vi is that vi starts in COMMAND LINE mode. You need to issue letter commands to perform text editing or press colon “: ” to enter last line mode to issue more complex commands.