blob: bd25ed6eb5de632e41f07e7451d3e6576a303d62 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001.TH EVIM 1 "2002 February 16"
2.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
24is the same, but starts in read-only mode. It works just like evim -R.
25.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
37/usr/local/lib/vim/evim.vim
38The script loaded to initialize eVim.
39.SH AKA
40Also Known As "Vim for gumbies".
41When using evim you are expected to take a handkerchief,
42make a knot in each corner and wear it on your head.
43.SH SEE ALSO
44vim(1)
45.SH AUTHOR
46Most of
47.B Vim
48was made by Bram Moolenaar, with a lot of help from others.
49See the Help/Credits menu.