Linux command
moe 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
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]
说明
moe is a modeless text editor. It provides a simpler alternative to vi/emacs. The tool uses common keybindings. No mode switching required.
参数
- -r
- Read-only mode.
- -t _WIDTH_
- Tab width.
- --help
- Display help information.
FAQ
What is the moe command used for?
moe is a modeless text editor. It provides a simpler alternative to vi/emacs. The tool uses common keybindings. No mode switching required.
How do I run a basic moe example?
Run `moe [file.txt]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -r do in moe?
Read-only mode.