mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 23:58:19 +00:00
Update cheatsheets
This commit is contained in:
29
moe
Normal file
29
moe
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user