Vim Tips Wiki
(→‎Vim books: runpaint.org is broken)
Tags: Visual edit apiedit
(8 intermediate revisions by 6 users not shown)
Line 7: Line 7:
 
*[http://vimhelp.appspot.com/vim_faq.txt.html Vim FAQ in html]
 
*[http://vimhelp.appspot.com/vim_faq.txt.html Vim FAQ in html]
 
*[http://www.vim.org/scripts/script.php?script_id=3298 Vim FAQ as plugin/help file]
 
*[http://www.vim.org/scripts/script.php?script_id=3298 Vim FAQ as plugin/help file]
*Our tip on [[VimTip1172|using the Vim FAQ]]
+
*[[VimTip1172|Our tip on using the Vim FAQ]]
  +
  +
==Vim help documentation==
 
*[[VimTip882|Our tips for using Vim's help]]
  +
*[http://vimhelp.appspot.com/ Up-to-date online mirror of Vim help]
 
*[http://www.eandem.co.uk/mrw/vim/usr_doc/index.html Vim 7.4 help as printable PDF and PS]
  +
*[http://nathangrigg.net/2013/09/reproducing-vim-help-as-a-fully-cross-referenced-pdf/ Vim help as a fully cross-referenced PDF] (pdf [http://nathangrigg.net/vimhelp/ here] and script [https://github.com/nathangrigg/vimhelppdf here]).
   
 
==Vim references, tutorials, guides==
 
==Vim references, tutorials, guides==
 
*[http://web.archive.org/web/20070814184957/http://www.moolenaar.net/habits.html Seven habits of effective text editing] by Bram Moolenaar (2000)
 
*[http://web.archive.org/web/20070814184957/http://www.moolenaar.net/habits.html Seven habits of effective text editing] by Bram Moolenaar (2000)
*[[VimTip882|Our tips for using Vim's help]]
 
*[http://www.eandem.co.uk/mrw/vim/usr_doc/index.html Printable PS and PDF versions of the Vim 7.3 User Manual]
 
 
*[http://simpletutorials.com/?path=tutorials/vim A simple Vim reference (good for beginners)]
 
*[http://simpletutorials.com/?path=tutorials/vim A simple Vim reference (good for beginners)]
 
*[http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html Keyboard cheat sheet and tutorial] excellent for learning the essential commands
 
*[http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html Keyboard cheat sheet and tutorial] excellent for learning the essential commands
Line 24: Line 28:
 
*[http://www.ibm.com/developerworks/linux/library/l-vim-script-1/ Vim scripting] from ibm.com
 
*[http://www.ibm.com/developerworks/linux/library/l-vim-script-1/ Vim scripting] from ibm.com
 
*[http://www.vimcasts.org Vimcasts] is a site with excellent screencasts about Vim
 
*[http://www.vimcasts.org Vimcasts] is a site with excellent screencasts about Vim
  +
*[http://www.ibm.com/developerworks/library/l-vim-script-1/ Scripting the Vim Editor] by Damian Conway
   
 
==Vim books==
 
==Vim books==
 
*[http://iccf-holland.org/click5.html Information about books on Vim] maintained by Vim's author, Bram Moolenaar, ICCF Holland
 
*[http://iccf-holland.org/click5.html Information about books on Vim] maintained by Vim's author, Bram Moolenaar, ICCF Holland
 
*[http://therandymon.com/index.php?/195-Woodnotes-Guide-to-Vim-for-Writers.html ''Vim for Writers''] CC-licensed guide to Vim, (HTML, PDF), 2009
 
*[http://therandymon.com/index.php?/195-Woodnotes-Guide-to-Vim-for-Writers.html ''Vim for Writers''] CC-licensed guide to Vim, (HTML, PDF), 2009
*[http://vim.runpaint.org/ ''Vim Recipes''] CC-licensed cookbook, (HTML, PDF), 2009
+
*''[http://linux.vsevteme.ru/attachments/show?content=19936 Vim Recipes]'' CC-licensed cookbook, (HTML, PDF), 2009
 
*[http://www.swaroopch.com/notes/Vim ''A Byte of Vim'' by Swaroop C H] CC-licensed ebook, (book, HTML, PDF), 2008
 
*[http://www.swaroopch.com/notes/Vim ''A Byte of Vim'' by Swaroop C H] CC-licensed ebook, (book, HTML, PDF), 2008
 
*[http://www.truth.sk/vim/vimbook-OPL.pdf ''The Vim book''] by Steve Oualline, New Riders, (PDF), 2001
 
*[http://www.truth.sk/vim/vimbook-OPL.pdf ''The Vim book''] by Steve Oualline, New Riders, (PDF), 2001
 
*[http://www.moolenaar.net/vim_errata.html Errata for ''The Vim book''] maintained by Bram Moolenaar
 
*[http://www.moolenaar.net/vim_errata.html Errata for ''The Vim book''] maintained by Bram Moolenaar
 
*[http://pragprog.com/book/dnvim/practical-vim ''Practical Vim: Edit Text at the Speed of Thought''] by Drew Neil, The Pragmatic Bookshelf, (book, PDF), 2012
 
*[http://pragprog.com/book/dnvim/practical-vim ''Practical Vim: Edit Text at the Speed of Thought''] by Drew Neil, The Pragmatic Bookshelf, (book, PDF), 2012
[[Category:VimInformation]]
 
   
 
==Vim sites==
 
==Vim sites==
Line 40: Line 44:
 
*Robert Melton's [http://vi-improved.org/ home for the #VIM Freenode channel] with Vim information.
 
*Robert Melton's [http://vi-improved.org/ home for the #VIM Freenode channel] with Vim information.
 
*[http://vimregex.com/ Vim Regular Expessions 101]
 
*[http://vimregex.com/ Vim Regular Expessions 101]
*Up-to-date online mirror of the [http://vimhelp.appspot.com/ Vim help]
 
   
 
===Vim tips on other sites===
 
===Vim tips on other sites===
Line 58: Line 61:
 
==See also==
 
==See also==
 
*[[Vim scripts]]
 
*[[Vim scripts]]
 
 
[[Category:VimInformation]]
 
[[Category:VimInformation]]

Revision as of 18:25, 11 January 2016

Building or downloading Vim

  • Building Vim overview, with links for more information, on how to build Vim (download source and compile)
  • Where to download Vim how to download Vim to run on your system without building

Vim FAQ

Vim help documentation

Vim references, tutorials, guides

Vim books

Vim sites

Vim tips on other sites

See also