comparison runtime/doc/evim.man @ 14298:4a588e3afd4a

Update runtime files, add Danish translations. commit https://github.com/vim/vim/commit/fd35811ca528de7612f9571bce20ef4c392fe5f7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 7 23:21:31 2018 +0200 Update runtime files, add Danish translations.
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Jul 2018 23:30:07 +0200
parents
children 4a958ef2dc5e
comparison
equal deleted inserted replaced
14297:42011b52bd3c 14298:4a588e3afd4a
1 EVIM(1) EVIM(1)
2
3
4
5 NAME
6 evim - easy Vim, edit a file with Vim and setup for modeless editing
7
8 SYNOPSIS
9 evim [options] [file ..]
10 eview
11
12 DESCRIPTION
13 eVim starts Vim and sets options to make it behave like a modeless edi-
14 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
31 OPTIONS
32 See vim(1).
33
34 FILES
35 /usr/local/lib/vim/evim.vim
36 The script loaded to initialize eVim.
37
38 AKA
39 Also Known As "Vim for gumbies". When using evim you are expected to
40 take a handkerchief, make a knot in each corner and wear it on your
41 head.
42
43 SEE ALSO
44 vim(1)
45
46 AUTHOR
47 Most of Vim was made by Bram Moolenaar, with a lot of help from others.
48 See the Help/Credits menu.
49
50
51
52 2002 February 16 EVIM(1)