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