From 34e1796a093f409d22c779541ebcdaca8bfea8c6 Mon Sep 17 00:00:00 2001 From: pixel <35269695+pixelcmtd@users.noreply.github.com> Date: Mon, 23 Aug 2021 14:01:20 +0200 Subject: [PATCH] moe: add page (#6350) --- pages/common/moe.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/moe.md diff --git a/pages/common/moe.md b/pages/common/moe.md new file mode 100644 index 0000000000..48d939dbe8 --- /dev/null +++ b/pages/common/moe.md @@ -0,0 +1,24 @@ +# moe + +> A WYSIWYG text editor for ISO-8859-15 encoded text. +> More information: . + +- 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`