Linux-Basics-Complete-Course-With-Notes-Slides

Vi Editor

In this section, we will take a look at console based text editors in linux.

Text Editor

There are several options available, we will be focusing on the VI Editor.

## Command Mode

command1

command2

command3

## Insert Mode

insert

## Last Line Mode

lastline

#### There is another popular editor called VIM which is an improved version of VI with added features but very similar in appereance to VI.