-
Notes
Vim (Vi IMproved) is a text editor that can be used to edit all kinds of plain text.
Before you start editing a text, the screen is a console mode state.
When you start inserting text, the screen is in an insert mode state (you will see -- INSERT --
at the bottom of the screen).
When you are done editing the text, you can press Esc
key to return to console mode state.
-
vi commands: INSERT
-
vi commands: REPLACE
-
vi commands: DELETE
-
vi commands: COPY / PASTE
-
vi commands: UNDO
-
vi commands: SEARCH
-
vi commands: CURSOR
-
vi commands: SCREEN
-
vi commands: LINES
-
vi commands: READ / SAVE
-
vi commands: EXIT