Pico: A Simple Text Editor

 

Introduction to Pico

Pico is a simple, display-oriented text editor created at the University of Washington. Commands are displayed at the bottom of the screen, and context-sensitive help is provided. As characters are typed, they are immediately inserted into the text.

Editing commands are entered using control-key combinations. The editor has five basic features: paragraph justification, searching, block cut/paste, a spelling checker and a file browser.

To start the Pico editor, type pico to create a new file or pico <filename> where <filename> is an existing file to edit.

Moving Around in Pico

Commands