1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/moe.md

25 lines
466 B
Markdown
Raw Normal View History

2021-08-23 14:01:20 +02:00
# moe
> A WYSIWYG text editor for ISO-8859-15 encoded text.
> More information: <https://www.gnu.org/software/moe/moe.html>.
- Open moe and create a backup file (file~) when saving edits:
`moe {{path/to/file}}`
- Open a file as read-only:
`moe --read-only {{path/to/file}}`
- Edit a file without creating backups:
`moe --no-backup {{path/to/file}}`
- Edit a file ignoring case in searches:
`moe --ignore-case {{path/to/file}}`
- Save and Quit:
`Ctrl + X`