d304942
*vi-help.txt*	For Vim version 7.1.  Last change: 2008 Mar 03
d304942
d304942
			VIM - minimal  help file
d304942
  (NOTE: This is a minimal help file and many tags won't work. Use 'vim' or
d304942
   'gvim' to read the complete help docs.)
d304942
									 k
d304942
      Move around:  Use the cursor keys, or "h" to go left,	       h   l
d304942
		    "j" to go down, "k" to go up, "l" to go right.	 j
d304942
Close this window:  Use ":q<Enter>".
d304942
   Get out of Vim:  Use ":qa!<Enter>" (careful, all changes are lost!).
d304942
d304942
Jump to a subject:  Position the cursor on a tag between |bars| and hit CTRL-].
d304942
	Jump back:  Type CTRL-T or CTRL-O (repeat to go further back).
d304942
d304942
Get specific help:  It is possible to go directly to whatever you want help
d304942
		    on, by giving an argument to the ":help" command |:help|.
d304942
		    It is possible to further specify the context:
d304942
							*vi-help-context*
d304942
			  WHAT			PREPEND    EXAMPLE	~
d304942
		      Normal mode command      (nothing)   :help x
d304942
		      Insert mode command	  i_	   :help i_<Esc>
d304942
		      Command-line command	  :	   :help :quit
d304942
		      Command-line editing	  c_	   :help c_
d304942
		      Vim command argument	  -	   :help -r
d304942
		      Option			  '	   :help 'textwidth'
d304942
  Search for help:  Type ":help word", then hit CTRL-D to see matching
d304942
		    help entries for "word".
d304942
d304942
VIM stands for Vi IMproved.  Most of VIM was made by Bram Moolenaar, but only
d304942
through the help of many others.  See |vi-credits|.
d304942
------------------------------------------------------------------------------
d304942
3. Credits                              *vi-credits* *vi-author* *vi-Bram* *vi-Moolenaar*
d304942
d304942
Most of Vim was written by Bram Moolenaar <Bram@vim.org>.
d304942
d304942
Parts of the documentation come from several Vi manuals, written by:
d304942
        W.N. Joy
d304942
        Alan P.W. Hewett
d304942
        Mark Horton
d304942
d304942
The Vim editor is based on Stevie and includes (ideas from) other software,
d304942
worked on by the people mentioned here.  Other people helped by sending me
d304942
patches, suggestions and giving feedback about what is good and bad in Vim.
d304942
d304942
Vim would never have become what it is now, without the help of these people!
d304942
d304942
        Ron Aaron               Win32 GUI changes
d304942
        Zoltan Arpadffy         work on VMS port
d304942
        Tony Andrews            Stevie
d304942
        Gert van Antwerpen      changes for DJGPP on MS-DOS
d304942
        Berkeley DB(3)          ideas for swap file implementation
d304942
        Keith Bostic            Nvi
d304942
        Walter Briscoe          Makefile updates, various patches
d304942
        Ralf Brown              SPAWNO library for MS-DOS
d304942
        Robert Colon            many useful remarks
d304942
        Marcin Dalecki          GTK+ GUI port, toolbar icons, gettext()
d304942
        Kayhan Demirel          sent me news in Uganda
d304942
        Chris & John Downey     xvi (ideas for multi-windows version)
d304942
        Henk Elbers             first VMS port
d304942
        Daniel Elstner          GTK+ 2 port
d304942
        Eric Fischer            Mac port, 'cindent', and other improvements
d304942
        Benji Fisher            Answering lots of user questions
d304942
        Bill Foster             Athena GUI port
d304942
        Loic Grenie             xvim (ideas for multi windows version)
d304942
        Sven Guckes             Vim promotor and previous WWW page maintainer
d304942
        Darren Hiebert          Exuberant ctags
d304942
        Jason Hildebrand        GTK+ 2 port
d304942
        Bruce Hunsaker          improvements for VMS port
d304942
        Andy Kahn               Cscope support, GTK+ GUI port
d304942
        Oezguer Kesim           Maintainer of Vim Mailing Lists
d304942
        Axel Kielhorn           work on the Macintosh port
d304942
        Steve Kirkendall        Elvis
d304942
        Roger Knobbe            original port to Windows NT
d304942
        Sergey Laskavy          Vim's help from Moscow
d304942
        Felix von Leitner       Maintainer of Vim Mailing Lists
d304942
        David Leonard           Port of Python extensions to Unix
d304942
        Avner Lottem            Edit in right-to-left windows
d304942
        Flemming Madsen         X11 client-server, various features and patches
d304942
        MicroSoft               Gave me a copy of DevStudio to compile Vim with
d304942
        Paul Moore              Python interface extensions, many patches
d304942
        Katsuhito Nagano        Work on multi-byte versions
d304942
        Sung-Hyun Nam           Work on multi-byte versions
d304942
        Vince Negri             Win32 GUI and generic console enhancements
d304942
        Steve Oualline          Author of the first Vim book |frombook|
d304942
        George V. Reilly        Win32 port, Win32 GUI start-off
d304942
        Stephen Riehm           bug collector
d304942
        Stefan Roemer           various patches and help to users
d304942
        Ralf Schandl            IBM OS/390 port
d304942
        Olaf Seibert            DICE and BeBox version, regexp improvements
d304942
        Mortaza Shiran          Farsi patches
d304942
        Peter da Silva          termlib
d304942
        Paul Slootman           OS/2 port
d304942
        Henry Spencer           regular expressions
d304942
        Dany St-Amant           Macintosh port
d304942
        Tim Thompson            Stevie
d304942
        G. R. (Fred) Walter     Stevie
d304942
        Sven Verdoolaege        Perl interface
d304942
        Robert Webb             Command-line completion, GUI versions, and
d304942
                                lots of patches
d304942
        Ingo Wilken             Tcl interface
d304942
        Mike Williams           PostScript printing
d304942
        Juergen Weigert         Lattice version, AUX improvements, UNIX and
d304942
                                MS-DOS ports, autoconf
d304942
        Stefan 'Sec' Zehl       Maintainer of vim.org
d304942
d304942
I wish to thank all the people that sent me bug reports and suggestions.  The
d304942
list is too long to mention them all here.  Vim would not be the same without
d304942
the ideas from all these people: They keep Vim alive!
d304942
d304942
d304942
------------------------------------------------------------------------------
d304942
						*vi-doc-file-list* *V_ct*
d304942
BASIC:
d304942
|copying|	About copyrights
d304942
|iccf|		Helping poor children in Uganda
d304942
|sponsor|	Sponsor Vim development, become a registered Vim user
d304942
|www|		Vim on the World Wide Web
d304942
|bugs|		Where to send bug reports
d304942
d304942
d304942
------------------------------------------------------------------------------
d304942
d304942
Now that you've jumped here with CTRL-] or a double mouse click, you can use
d304942
CTRL-T, CTRL-O, g<RightMouse>, or <C-RightMouse> to go back to where you were.
d304942
------------------------------------------------------------------------------
d304942
 vim:tw=78:fo=tcq2:isk=!-~,^*,^\|,^\":ts=8:ft=help:norl: