Chapter 5. Text editors

Table of Contents

5.1. vi and Vim
5.2. GNU Emacs

To work on programming projects, you will need to use a text editor. There are two editors available through the Linux CLI that are suitable for programming: vi and GNU Emacs. As discussed in the next section, vi typically exists on Linux machines in the form of Vim, a modern vi clone.

Further reading on text editors can be found in Section A.4, “More on text editors”.


Back to Guide main page