Vim Intro

sanket salavi
Oct 21, 2020

Here you can collect some basic knowledge about Vim Editor .

google

We will discuss about its modes .

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems.Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor ‘Vi’, with a more complete feature set. It’s useful whether you’re alredy using vi or using a different editor.

It Has Three Modes

  • Normal Mode
  • Insert Mode
  • Execute Or Command Mode

In Normal Mode A User Can Only View The Content In The File. No Editing Is Possible.

In Insert Mode While pressing The Letter “I” We Can Insert Values Into It,

The Thirs One Is The Execute Mode, We Cannot Goto Execute Mode From The Insert Mode We’ve

Press “esc” key to Goto Execute Mode.

: (full colon) — Is Used To Go From Saving Mode

:wq — Save & Quit

:wq! — Save & Force Quit

:w — Save Only

:q — Quit

:q! — Force Quit

Vim Editor Will Display Red color If The Cmd Has Error .

Stay Blessed …

check other articles also :

Basics of HTML

Getting started with HTML

Linux mint 20 intro

--

--

sanket salavi

Investigator of nerdy stuff !! Programmer , Linux super user , developer ,hacks !!