DECF:

Home > Help Files > Unix > Pico

A Pico Reference Sheet


Pico (pronounced pee-ko) was created at the University of Washington and is designed to be a simple text editor. It has been made avaliable as an editor on the Benedictine University Linux Network.
 

Running Pico

pico filename

opens filename in pico. 

pico

Runs pico and creates a new file

Moving around a file

<Control A

 Moves cursor to the beginning of the current line.

<Control E

Moves cursor to the end of the current line.

<Right Arrow 
<Control F

Forward one character to the right

<Down Arrow
<Control N

Move to the next line.

<Control V

Display the next screen of information

<Control @

Jump forward to the next word.

<Left Arrow
<Control B

Back one character to the left.

<Up arrow
<Control P

Move to the previous line.

<Control Y

Display the previous screen of informnation

Other Commands

<Control K

Deletes current line.

<Control D

Deletes a character

<enter

Inserts a blank line.

<Control I

Inserts a Tab.

<Control J

reformats text of current paragraph.

<Control L

Refreshes display

<Control W

Searches for a string of characters

<Control T

Spell check the document.

<Control G

Displays help

Saving and Exiting 

<Control X

Saves file and offers menu to either exit or continue editing. 

 
 
 


Last Revised: 21-Oct-98
rmeeker@ben.edu