Mercurial > vim
annotate runtime/doc/evim.man @ 33511:c43ce1f8020b v9.0.2004
patch 9.0.2004: Missing test file
Commit: https://github.com/vim/vim/commit/d4afbdd0715c722cfc73d3a8ab9e578667615faa
Author: Christian Brabandt <cb@256bit.org>
Date: Mon Oct 9 08:15:00 2023 +0200
patch 9.0.2004: Missing test file
Problem: Missing test file
Solution: git-add the file to the repo
closes: #13305
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 09 Oct 2023 08:30:05 +0200 |
parents | 4a588e3afd4a |
children | 4a958ef2dc5e |
rev | line source |
---|---|
14298
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
1 EVIM(1) EVIM(1) |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
2 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
3 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
4 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
5 NAME |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
6 evim - easy Vim, edit a file with Vim and setup for modeless editing |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
7 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
8 SYNOPSIS |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
9 evim [options] [file ..] |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
10 eview |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
11 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
12 DESCRIPTION |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
13 eVim starts Vim and sets options to make it behave like a modeless edi- |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
14 tor. This is still Vim but used as a point-and-click editor. This |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
15 feels a lot like using Notepad on MS-Windows. eVim will always run in |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
16 the GUI, to enable the use of menus and toolbar. |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
17 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
18 Only to be used for people who really can't work with Vim in the normal |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
19 way. Editing will be much less efficient. |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
20 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
21 eview is the same, but starts in read-only mode. It works just like |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
22 evim -R. |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
23 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
24 See vim(1) for details about Vim, options, etc. |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
25 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
26 The 'insertmode' option is set to be able to type text directly. |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
27 Mappings are setup to make Copy and Paste work with the MS-Windows |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
28 keys. CTRL-X cuts text, CTRL-C copies text and CTRL-V pastes text. |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
29 Use CTRL-Q to obtain the original meaning of CTRL-V. |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
30 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
31 OPTIONS |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
32 See vim(1). |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
33 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
34 FILES |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
35 /usr/local/lib/vim/evim.vim |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
36 The script loaded to initialize eVim. |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
37 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
38 AKA |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
39 Also Known As "Vim for gumbies". When using evim you are expected to |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
40 take a handkerchief, make a knot in each corner and wear it on your |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
41 head. |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
42 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
43 SEE ALSO |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
44 vim(1) |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
45 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
46 AUTHOR |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
47 Most of Vim was made by Bram Moolenaar, with a lot of help from others. |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
48 See the Help/Credits menu. |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
49 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
50 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
51 |
4a588e3afd4a
Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
52 2002 February 16 EVIM(1) |