Vim useful commands

Let’s see we can operated and use VIM text editor. To open the text document with Vim use command: vim [filename] Vim has two modes. Command mode and edit mode. By default when we open file command mode is active. To exit from the file in this mode type: :q If you want first to … Read more