annotate runtime/doc/evim.man @ 36179:e134e2d4fe29 default tip

Added tag v9.1.0739 for changeset dae96c59b506230be0539f863890c050674940f0
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Sep 2024 11:45:05 +0200
parents 4a958ef2dc5e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35964
4a958ef2dc5e patch 9.1.0676: style issues with man pages
Christian Brabandt <cb@256bit.org>
parents: 14298
diff changeset
1 EVIM(1) General Commands Manual EVIM(1)
14298
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
35964
4a958ef2dc5e patch 9.1.0676: style issues with man pages
Christian Brabandt <cb@256bit.org>
parents: 14298
diff changeset
13 eVim starts Vim and sets options to make it behave like a modeless edi‐
14298
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
35964
4a958ef2dc5e patch 9.1.0676: style issues with man pages
Christian Brabandt <cb@256bit.org>
parents: 14298
diff changeset
35 /usr/local/share/vim/vim??/evim.vim
14298
4a588e3afd4a Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
36 The script loaded to initialize eVim.
35964
4a958ef2dc5e patch 9.1.0676: style issues with man pages
Christian Brabandt <cb@256bit.org>
parents: 14298
diff changeset
37 vim?? is short version number, like vim91 for Vim 9.1
14298
4a588e3afd4a Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
38
4a588e3afd4a Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
39 AKA
4a588e3afd4a Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
40 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
41 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
42 head.
4a588e3afd4a Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
43
4a588e3afd4a Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
44 SEE ALSO
4a588e3afd4a Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
45 vim(1)
4a588e3afd4a Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
46
4a588e3afd4a Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
47 AUTHOR
4a588e3afd4a Update runtime files, add Danish translations.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
48 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
49 See the Help/Credits menu.
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
35964
4a958ef2dc5e patch 9.1.0676: style issues with man pages
Christian Brabandt <cb@256bit.org>
parents: 14298
diff changeset
53 2024 August 12 EVIM(1)