mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
moe: add page (#6350)
This commit is contained in:
parent
0974866e08
commit
34e1796a09
1 changed files with 24 additions and 0 deletions
24
pages/common/moe.md
Normal file
24
pages/common/moe.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue