Pico


Pico is designed to be a simple, easy-to-use text editor with a layout very similar to the pine mailer. The status line at the top of display shows pico's version, the current file being edited and whether or not there are outstanding modifications that h ave not been saved. The third line from the bottom is used to report informational messages and for additional command input. The bottom two lines list the available editing commands.
Each character typed is automatically inserted into the buffer at the current cursor position Editing commands and cursor movement (besides arrows keys) are given to pico by typing special control-key sequences. A caret, ^, is used to denote the con trol key, sometimes marked <ctrl>, so the <ctrl>q key combination is written as ^Q.
The following functions are available in pico (where applicable, corresponding function key commands are in parentheses).


Command - Function
^G (F1) Display this help text.

^F Move Forward a character.
^B Move Backward a character.
^P Move to the Previous line.
^N Move to the Next line.
^A Move to the beginning of the current line.
^E Move to the End of the current line.

Command - Function
^V (F8) Move forward a page of text.
^Y (F7) Move backward a page of text.
^W (F6) Search for (where is) text, neglecting case.
^L Refresh the display.

^D Delete the character at the cursor position.
^K (F9) Delete (kill) the entire line at the cursor position.
^U (F10) Undelete last deleted line at cursor position.
^I Insert a tab at the current cursor position.

^J (F4) Format (justify) the current paragraph (paragraphs
delimited by blank lines or indentation.
^T (F12) To invoke the spelling checker.
^C (F11) Report current cursor position.

^R (F5) Insert an external file at the current cursor position.
^O (F3) Output the current buffer to a file, saving it.
^X (F2) Exit pico, saving buffer.