Table of Contents

Create And Edit Text Files

General Information

Configuration files are everywhere and need a text editor.


Linux Text Editors


vi/vim

vi or vim will almost always be installed on a Linux distro, so it is the best to learn.

Create new file “file1”

vi file1

Command Mode

Movement

Editing


Insert Mode


Ex Mode