LinuxCommandLibrary

o

small, fast text editor

TLDR

Open file

$ o [file]
copy
Open at line number
$ o [file]:[line]
copy
Open in read-only mode
$ o -r [file]
copy
Open with syntax highlighting
$ o -s [file]
copy

SYNOPSIS

o [options] [file]

DESCRIPTION

o is a small, fast text editor. Minimal configuration required.
The editor provides essential editing features. Written in Go for speed.

PARAMETERS

FILE

File to edit.
-r
Read-only mode.
-s
Force syntax highlighting.
-n
Disable syntax highlighting.
--help
Display help information.
--version
Display version.

CAVEATS

Limited features compared to full editors. Vim-like keybindings.

HISTORY

o was created as a minimal, fast text editor focused on simplicity.

SEE ALSO

vim(1), nano(1), micro(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community