Penguin
Annotated edit history of eview(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 EVIM
2 !!!EVIM
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 FILES
8 AKA
9 SEE ALSO
10 AUTHOR
11 ----
12 !!NAME
13
14
15 evim - easy Vim, edit a file with Vim and setup for modeless editing
16 !!SYNOPSIS
17
18
19 __evim__ [[options] [[file ..]__
20 eview__
21 !!DESCRIPTION
22
23
24 __eVim__ starts __Vim__ and sets options to make it
25 behave like a modeless editor. This is still Vim but used as
26 a point-and-click editor. This feels a lot like using
27 Notepad on MS-Windows. __eVim__ will always run in the
28 GUI, to enable the use of menus and toolbar.
29
30
31 Only to be used for people who really can't work with Vim in
32 the normal way. Editing will be much less
33 efficient.
34
35
36 __eview__ is the same, but starts in read-only mode. It
37 works just like evim -R.
38
39
40 See vim(1) for details about Vim, options, etc.
41
42
43 The 'insertmode' option is set to be able to type text
44 directly.
45 Mappings are setup to make Copy and Paste work with the
46 MS-Windows keys. CTRL-X cuts text, CTRL-C copies text and
47 CTRL-V pastes text. Use CTRL-Q to obtain the original
48 meaning of CTRL-V.
49 !!OPTIONS
50
51
52 See vim(1).
53 !!FILES
54
55
56 /usr/share/vim/vim61/evim.vim
57
58
59 The script loaded to initialize eVim.
60 !!AKA
61
62
63 Also Known As
64 !!SEE ALSO
65
66
67 vim(1)
68 !!AUTHOR
69
70
71 Most of __Vim__ was made by Bram Moolenaar, with a lot of
72 help from others. See the Help/Credits menu.
73 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.