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