moe
TLDR
Edit file
$ moe [file.txt]
Open multiple files$ moe [file1.txt] [file2.txt]
Read-only mode$ moe -r [file.txt]
Set tab width$ moe -t [4] [file.txt]
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.


