LinuxCommandLibrary

moe

TLDR

Edit file

$ moe [file.txt]
copy
Open multiple files
$ moe [file1.txt] [file2.txt]
copy
Read-only mode
$ moe -r [file.txt]
copy
Set tab width
$ moe -t [4] [file.txt]
copy

SYNOPSIS

moe [options] [files]

DESCRIPTION

moe is a modeless text editor. It provides a simpler alternative to vi/emacs.
The tool uses common keybindings. No mode switching required.
moe is modeless text editor.

PARAMETERS

FILES

Files to edit.
-r
Read-only mode.
-t WIDTH
Tab width.
--help
Display help information.

CAVEATS

Less powerful than vim/emacs. Simpler learning curve. ncurses interface.

HISTORY

moe was created as a simple, modeless text editor for those who prefer no mode switching.

SEE ALSO

nano(1), micro(1), joe(1)

Copied to clipboard