Vim - the ubiquitous text editor
Vim is a highly configurable text editor built to make creating and
changing any kind of text very efficient.
It is included as "vi" with most UNIX systems and with Apple OS X.
Vim is rock stable and is continuously being developed to become even better.
Among its features are:
- persistent, multi-level undo tree
- extensive plugin system
- support for hundreds of programming languages and file formats
- powerful search and replace
- integrates with many tools
| News |
Vim
8.0.0691
is the current version |
Vim voted #1 text editor on diffur
[2017-03-18]
It's no surprise to Vim users, but always nice to see how Vim compares to other editors. You can view the list on diffur.com. (Bram Moolenaar)
Secure connection available
[2017-02-13]
Notice the "go to HTTPS page" link in the header? Use it to go to the securely connected version of the same Vim pages.
This runs on the sourceforge servers, thus the URL cannot end in vim.org. This is especially recommended if you upload or download scripts. (Bram Moolenaar)
Vim 25 birthday presentation
[2016-12-14]
On November 2nd I did a presentation about Vim at Google Zurich.
This is exactly 25 years since the first public version of Vim was
built.
The presentation gives an overview of Vim history and highlights the
important choices that were made. With background information on
my personal life and what was the state of computing, the context in
which Vim was developed.
You can find it on Youtube.
(Bram Moolenaar)
|
Vim: The power tool for everyone!
See pictures of Bram's latest visit to Uganda on
Google Photos.
Read the visit report on the ICCF website.
|
 |
| Recent Script Updates |
5,455 scripts, 11,942,920 downloads |
 |
| [2017-07-01] |
SyntaxRange : Define a different filetype syntax on regions of a buffer. |
 |
(1.03) - SyntaxRange#Include(): Escape double quotes in a:startPattern and a:endPattern; i.e. handle the patterns transparently. Found in tmsanrinsha's fork.
- ENH: Avoid to re-include same syntax file if multiple ranges are specified with :SyntaxInclude / if SyntaxRange#Include[Ex]() is invoked multiple times per buffer. Found in tmsanrinsha's fork. - Ingo Karkat |
| [2017-07-01] |
vim-prettier : A vim plugin wrapper for prettier |
 |
(0.0.9) feature: file type detection support - mtermayer reis |
| [2017-06-30] |
factorus : Vim plugin for automated refactoring |
 |
(1.75) *Added addParam, renameClass, renameMethod, and renameArg for Python* *Changed various regex bugs that caused failures in Java* *Improved method renaming algorithm in Java* - Austin Palmer |
| [2017-06-30] |
CompleteParameter : complete parameter after select the completion. |
 |
(0.2.0.1) Support neocomplete.
Support clang_complete.
Support deoplete. - tenfy zhong |
| [2017-06-28] |
Vim PHP Wrapper : A plug-in to speed up PHP development |
 |
(1.0.1) * Fix closing a tagged file also wipes out an existing buffer.
* Fix tag conflict in help file.
* Add CHANGELOG.md - diepm |
 |
| more recent |
most downloaded |
top rated |
 |
 |
| Vim Tips |
 |
The tips are located on the
Vim Tips wiki.
This is a platform to exchange tips and tricks from and for Vim users.
|