Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.55 KB

File metadata and controls

47 lines (39 loc) · 1.55 KB

Pico Text Editor

Getting Started

Pico is the built-in editor from the Pine email client and the predecessor to Nano. It shows available shortcuts at the bottom of the screen. The ^ symbol means Ctrl. [pico](/man/pico) textfile.txt

Key Description
Ctrl+g Display help text
Ctrl+x Exit pico (prompts to save if modified)

Navigation

Use arrow keys for basic movement, or these shortcuts for faster navigation.

Key Description
Ctrl+f Move forward one character
Ctrl+b Move backward one character
Ctrl+n Move to next line
Ctrl+p Move to previous line
Ctrl+a Move to beginning of line
Ctrl+e Move to end of line
Ctrl+v Scroll down one page
Ctrl+y Scroll up one page

File Operations

Pico prompts for a filename when saving.

Key Description
Ctrl+o Write out (save) the current file
Ctrl+r Read (insert) another file into the current one

Editing

Use Ctrl+^ to start selecting text, then move the cursor to extend the selection.

Key Description
Ctrl+d Delete the character under the cursor
Ctrl+^ Mark text (start selection)
Ctrl+k Cut the current line (or selected text)
Ctrl+u Paste (uncut) the last cut text
Ctrl+i Insert a tab
Ctrl+j Justify the current paragraph
Ctrl+w Search for text
Ctrl+t Spell check
Ctrl+l Refresh the display