Report issue Add example

pico

A simple, display-oriented text editor.

Description

pico is a simple, easy-to-use, full-screen text editor. It provides a variety of keyboard shortcuts displayed at the bottom of the screen.

Common shortcuts:

Syntax

pico [options] [file]

Options

-b: Enable search and replace.
-d: Enable the delete key to work correctly.
-e: Use full filenames.
-f: Enable function keys (F1, F2, etc.).
-g: Show the cursor in the file browser.
-h: Display help.
-k: Cut from cursor to end of line instead of the whole line.
-m: Enable mouse support.
-n <interval>: Set the interval (in seconds) for checking new mail.
-o <dir>: Set the operating directory.
-r <width>: Set the editing fill column width.
-v: View mode (read-only).
-w: Disable automatic word wrap.
-x: Disable the shortcut menu at the bottom.
-z: Enable suspension (Ctrl+Z).
+<line>: Start at the specified line number.

Parameters

File: The file to be edited.