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