blob: e0132dc92ad3b94747cadd28619e8840ff8321a7 [file] [log] [blame]
Bram Moolenaarb1c91982018-05-17 17:04:55 +02001README.txt for version 8.1 of Vim: Vi IMproved.
Bram Moolenaar0c628d12004-06-13 12:29:53 +00002
3
Bram Moolenaarc92399f2015-10-25 13:55:00 +01004WHAT IS VIM?
Bram Moolenaar0c628d12004-06-13 12:29:53 +00005
Bram Moolenaard18cfb72016-03-29 22:29:18 +02006Vim is a greatly improved version of the good old UNIX editor Vi. Many new
7features have been added: multi-level undo, syntax highlighting, command line
8history, on-line help, spell checking, filename completion, block operations,
9script language, etc. There is also a Graphical User Interface (GUI)
10available. Still, Vi compatibility is maintained, those who have Vi "in the
11fingers" will feel at home. See "runtime/doc/vi_diff.txt" for differences with
12Vi.
Bram Moolenaar0c628d12004-06-13 12:29:53 +000013
Bram Moolenaar755bd262010-08-14 17:46:20 +020014This editor is very useful for editing programs and other plain text files.
Bram Moolenaar0c628d12004-06-13 12:29:53 +000015All commands are given with normal keyboard characters, so those who can type
16with ten fingers can work very fast. Additionally, function keys can be
Bram Moolenaard18cfb72016-03-29 22:29:18 +020017mapped to commands by the user, and the mouse can be used.
Bram Moolenaar0c628d12004-06-13 12:29:53 +000018
Bram Moolenaard18cfb72016-03-29 22:29:18 +020019Vim runs under MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh, VMS and
20almost all flavours of UNIX. Porting to other systems should not be very
21difficult. Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me, Amiga
22DOS, Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
Bram Moolenaar0c628d12004-06-13 12:29:53 +000023
24
25DISTRIBUTION
26
Bram Moolenaarc92399f2015-10-25 13:55:00 +010027You can often use your favorite package manager to install Vim. On Mac and
28Linux a small version of Vim is pre-installed, you still need to install Vim
29if you want more features.
30
Bram Moolenaar0c628d12004-06-13 12:29:53 +000031There are separate distributions for Unix, PC, Amiga and some other systems.
32This README.txt file comes with the runtime archive. It includes the
33documentation, syntax files and other files that are used at runtime. To run
34Vim you must get either one of the binary archives or a source archive.
35Which one you need depends on the system you want to run it on and whether you
36want or must compile it yourself. Check "http://www.vim.org/download.php" for
37an overview of currently available distributions.
38
Bram Moolenaar5d98c9d2016-04-15 20:54:52 +020039Some popular places to get the latest Vim:
40* Check out the git repository from github: https://github.com/vim/vim.
41* Get the source code as an archive: https://github.com/vim/vim/releases.
42* Get a Windows executable from the vim-win32-installer repository:
43 https://github.com/vim/vim-win32-installer/releases.
44
Bram Moolenaar0c628d12004-06-13 12:29:53 +000045
Bram Moolenaard18cfb72016-03-29 22:29:18 +020046COMPILING
47
48If you obtained a binary distribution you don't need to compile Vim. If you
49obtained a source distribution, all the stuff for compiling Vim is in the
50"src" directory. See src/INSTALL for instructions.
51
52
53INSTALLATION
54
55See one of these files for system-specific instructions. Either in the
56READMEdir directory (in the repository) or the top directory (if you unpack an
57archive):
58
59README_ami.txt Amiga
60README_unix.txt Unix
61README_dos.txt MS-DOS and MS-Windows
62README_mac.txt Macintosh
63README_vms.txt VMS
64
65There are more README_*.txt files, depending on the distribution you used.
66
67
Bram Moolenaar0c628d12004-06-13 12:29:53 +000068DOCUMENTATION
69
Bram Moolenaard18cfb72016-03-29 22:29:18 +020070The Vim tutor is a one hour training course for beginners. Often it can be
Bram Moolenaar755bd262010-08-14 17:46:20 +020071started as "vimtutor". See ":help tutor" for more information.
72
Bram Moolenaar0c628d12004-06-13 12:29:53 +000073The best is to use ":help" in Vim. If you don't have an executable yet, read
74"runtime/doc/help.txt". It contains pointers to the other documentation
75files. The User Manual reads like a book and is recommended to learn to use
76Vim. See ":help user-manual".
77
Bram Moolenaar0c628d12004-06-13 12:29:53 +000078
79COPYING
80
81Vim is Charityware. You can use and copy it as much as you like, but you are
Bram Moolenaar755bd262010-08-14 17:46:20 +020082encouraged to make a donation to help orphans in Uganda. Please read the file
Bram Moolenaar0c628d12004-06-13 12:29:53 +000083"runtime/doc/uganda.txt" for details (do ":help uganda" inside Vim).
84
85Summary of the license: There are no restrictions on using or distributing an
86unmodified copy of Vim. Parts of Vim may also be distributed, but the license
87text must always be included. For modified versions a few restrictions apply.
88The license is GPL compatible, you may compile Vim with GPL libraries and
89distribute it.
90
91
92SPONSORING
93
Bram Moolenaar4c3f5362006-04-11 21:38:50 +000094Fixing bugs and adding new features takes a lot of time and effort. To show
95your appreciation for the work and motivate Bram and others to continue
96working on Vim please send a donation.
Bram Moolenaar0c628d12004-06-13 12:29:53 +000097
Bram Moolenaar4c3f5362006-04-11 21:38:50 +000098Since Bram is back to a paid job the money will now be used to help children
99in Uganda. See runtime/doc/uganda.txt. But at the same time donations
100increase Bram's motivation to keep working on Vim!
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000101
102For the most recent information about sponsoring look on the Vim web site:
Bram Moolenaar4c3f5362006-04-11 21:38:50 +0000103
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000104 http://www.vim.org/sponsor/
105
106
Bram Moolenaard18cfb72016-03-29 22:29:18 +0200107CONTRIBUTING
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000108
Bram Moolenaard18cfb72016-03-29 22:29:18 +0200109If you would like to help making Vim better, see the CONTRIBUTING.md file.
Bram Moolenaar755bd262010-08-14 17:46:20 +0200110
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000111
112INFORMATION
113
114The latest news about Vim can be found on the Vim home page:
115 http://www.vim.org/
116
Bram Moolenaar86ae7202015-07-10 19:31:35 +0200117If you have problems, have a look at the Vim documentation or tips:
118 http://www.vim.org/docs.php
119 http://vim.wikia.com/wiki/Vim_Tips_Wiki
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000120
Bram Moolenaaref6585a2012-11-23 21:45:25 +0100121If you still have problems or any other questions, use one of the mailing
122lists to discuss them with Vim users and developers:
Bram Moolenaar8d4eecc2012-11-20 17:19:01 +0100123 http://www.vim.org/maillist.php
124
125If nothing else works, report bugs directly:
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000126 Bram Moolenaar <Bram@vim.org>
127
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000128
129MAIN AUTHOR
130
Bram Moolenaar33aea182010-08-07 13:19:27 +0200131Send any other comments, patches, flowers and suggestions to:
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000132
133 Bram Moolenaar E-mail: Bram@vim.org