Vim Tips Wiki
(split from Vim scripts)
 
No edit summary
Line 16: Line 16:
   
 
*{{script|id=1643|text=Super Tab}} author Gergely Kontra and Eric Van Dewoestine
 
*{{script|id=1643|text=Super Tab}} author Gergely Kontra and Eric Van Dewoestine
:Do all your insert-mode completion with the Tab key. {{help|ins-completion}}
+
:Do all your insert-mode completion with the Tab key[http://www.atcollectionagency.com .]{{help|ins-completion}}
   
 
*{{script|id=1697|text=Surround}} author Tim Pope{{anchor|Surrounding Parens}}
 
*{{script|id=1697|text=Surround}} author Tim Pope{{anchor|Surrounding Parens}}

Revision as of 17:58, 13 October 2011

The following scripts were selected as "best" by the #vim community.

See Vim scripts for more information.

The best language-aware tool to switch lines between commented and uncommented.
Edit large files quickly.
Automatically speeds up Vim by switching off features like syntax highlighting when editing a large file.
A tree explorer plugin for navigating the file system.
Can open and bookmark directories or files.
  • Super Tab author Gergely Kontra and Eric Van Dewoestine
Do all your insert-mode completion with the Tab key.:help ins-completion
Easily add, delete or change "surroundings".
Handles parentheses, brackets, quotes, XML tags, and more.
For example, ds( deletes the outer pair of parentheses.
Source code browser using Exuberant Ctags.
Supports C/C++, Java, Perl, Python, tcl, sql, php and more.
Provides an overview of the structure of source code files, and allows you to efficiently browse source code.

Comments