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.0085
is the current version |
Happy 25th birthday!
[2016-11-02]
Vim version 1.14 was the first public release of Vim, distributed on Fred Fish disk 591. The executable has the version information "Vi IMitation v1.14 (Nov 2 1991 0:36:35)". That is exactly 25 years ago.
Raise your glass to Vim! (Bram Moolenaar)
Nice article about Vim on hostingadvice.com
[2016-10-21]
Releasing version 8.0 and getting close to the 25th birthday inspired the writing of
this article.
It contains links to relevant info and can be used to convince a friend to start using Vim.
(Bram Moolenaar)
Vim 8.0 released!
[2016-09-12]
After more than ten years there is a major Vim release.
It gives you interesting new features, such as channels, JSON, Jobs, Timers, Partials, Lambdas, Closures, Packages and more.
Test coverage has been increased, many bugs were fixed, this is a rock stable version.
Read more about it in the announcement. (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,358 scripts, 11,504,590 downloads |
 |
| [2016-11-15] |
Replay : Convenient re-run of last recorded Vim macro |
 |
(0.2) - Make mapping customizable via |<Plug>(Replay)|.
- Avoid ugly stack traces for recursive macros that exceed |'maxfuncdepth'|. - Greg Hurrell |
| [2016-11-15] |
awk.vim : Indenting for AWK script |
 |
(1.71) bug fix - Clavelito Cla |
| [2016-11-14] |
octave.vim : Syntax highlighting file for GNU Octave language |
 |
(4.2.0) Updated to include syntax highlighting for all functions in 4.2.0.
Highlights numbers that use new syntax for hex (0x) and binary (0b).
Classdef keywords now automatically indent/exdent when used in code. - Rik *** |
| [2016-11-13] |
asyncrun : Run Async Shell Commands in Vim 8.0 and Output to Quickfix in Realtime |
 |
(1.3.7) 1. fixed issues in channel reading and arguments parsing
2. flow control to prevent gui freeze by massive output - Wei Lin |
| [2016-11-12] |
vim-matchit : Extended matching with "%" |
 |
(1.13.2) Initial upload - Adelar da Silva Queir�z |
 |
| 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.
|