vim modes VIM Command

How to use vim modes Command in Linux VIM editor?

Explanation


VIM has three working modes namely 'normal', 'insert' and 'visual' modes.

OPTIONS:
normal This is the mode that vim will usually start in, which you can usually get back to with ESC.
insert For inserting new character or word or line.
visual It is used to perform any operation to a selected part of text.

Ask Questions

Ask Question