Chapter 5. Text editors

Table of Contents

5.1. vi
5.2. GNU Emacs

To work on your programming assignments, 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.

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


Back to Guide main page