summaryrefslogtreecommitdiff
path: root/mnv/runtime/doc/emnv.1
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/doc/emnv.1')
-rw-r--r--mnv/runtime/doc/emnv.153
1 files changed, 53 insertions, 0 deletions
diff --git a/mnv/runtime/doc/emnv.1 b/mnv/runtime/doc/emnv.1
new file mode 100644
index 0000000000..d658b96fb7
--- /dev/null
+++ b/mnv/runtime/doc/emnv.1
@@ -0,0 +1,53 @@
+.TH EMNV 1 "2024 August 12"
+.SH NAME
+emnv \- easy MNV, edit a file with MNV and setup for modeless editing
+.SH SYNOPSIS
+.br
+.B emnv
+[options] [file ..]
+.br
+.B eview
+.SH DESCRIPTION
+.B eMNV
+starts
+.B MNV
+and sets options to make it behave like a modeless editor.
+This is still MNV but used as a point-and-click editor.
+This feels a lot like using Notepad on MS-Windows.
+.B eMNV
+will always run in the GUI, to enable the use of menus and toolbar.
+.PP
+Only to be used for people who really can't work with MNV in the normal way.
+Editing will be much less efficient.
+.PP
+.B eview
+is the same, but starts in read-only mode. It works just like emnv \-R.
+.PP
+See mnv(1) for details about MNV, options, etc.
+.PP
+The 'insertmode' option is set to be able to type text directly.
+.br
+Mappings are setup to make Copy and Paste work with the MS-Windows keys.
+CTRL-X cuts text, CTRL-C copies text and CTRL-V pastes text.
+Use CTRL-Q to obtain the original meaning of CTRL-V.
+.SH OPTIONS
+See mnv(1).
+.SH FILES
+.TP 15
+/usr/local/share/mnv/mnv??/emnv.mnv
+The script loaded to initialize eMNV.
+.br
+.I mnv??
+is short version number, like mnv91 for
+.B MNV 9.1
+.SH AKA
+Also Known As "MNV for gumbies".
+When using emnv you are expected to take a handkerchief,
+make a knot in each corner and wear it on your head.
+.SH SEE ALSO
+mnv(1)
+.SH AUTHOR
+Most of
+.B MNV
+was made by Bram Moolenaar, with a lot of help from others.
+See the Help/Credits menu.