blob: a67bda36c9a09589d9e59a5fd9f5d6ee87061658 [file] [log] [blame]
RestorerZ81b62dd2024-08-15 21:39:33 +02001.TH EVIM 1 "2024 August 12"
Bram Moolenaar071d4272004-06-13 20:20:40 +00002.SH NAME
3evim \- easy Vim, edit a file with Vim and setup for modeless editing
4.SH SYNOPSIS
5.br
6.B evim
7[options] [file ..]
8.br
9.B eview
10.SH DESCRIPTION
11.B eVim
12starts
13.B Vim
14and sets options to make it behave like a modeless editor.
15This is still Vim but used as a point-and-click editor.
16This feels a lot like using Notepad on MS-Windows.
17.B eVim
18will always run in the GUI, to enable the use of menus and toolbar.
19.PP
20Only to be used for people who really can't work with Vim in the normal way.
21Editing will be much less efficient.
22.PP
23.B eview
Bram Moolenaar4317d9b2005-03-18 20:25:31 +000024is the same, but starts in read-only mode. It works just like evim \-R.
Bram Moolenaar071d4272004-06-13 20:20:40 +000025.PP
26See vim(1) for details about Vim, options, etc.
27.PP
28The 'insertmode' option is set to be able to type text directly.
29.br
30Mappings are setup to make Copy and Paste work with the MS-Windows keys.
31CTRL-X cuts text, CTRL-C copies text and CTRL-V pastes text.
32Use CTRL-Q to obtain the original meaning of CTRL-V.
33.SH OPTIONS
34See vim(1).
35.SH FILES
36.TP 15
RestorerZ81b62dd2024-08-15 21:39:33 +020037/usr/local/share/vim/vim??/evim.vim
Bram Moolenaar071d4272004-06-13 20:20:40 +000038The script loaded to initialize eVim.
RestorerZ81b62dd2024-08-15 21:39:33 +020039.br
40.I vim??
41is short version number, like vim91 for
42.B Vim 9.1
Bram Moolenaar071d4272004-06-13 20:20:40 +000043.SH AKA
44Also Known As "Vim for gumbies".
45When using evim you are expected to take a handkerchief,
46make a knot in each corner and wear it on your head.
47.SH SEE ALSO
48vim(1)
49.SH AUTHOR
50Most of
51.B Vim
52was made by Bram Moolenaar, with a lot of help from others.
53See the Help/Credits menu.