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.0606
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,442 scripts, 11,885,150 downloads |
 |
| [2017-05-29] |
vim-webdevicons : Adds file type glyphs/icons to popular Vim plugins: NERDTree, vim-airline, Power |
 |
(v0.9.2) https://github.com/ryanoasis/vim-devicons/releases/tag/v0.9.2 - Ryan McIntyre |
| [2017-05-29] |
sh.vim : Indenting for Shell script |
 |
(4.31) bug fix - Clavelito Cla |
| [2017-05-28] |
vim-prettier : A vim plugin wrapper for prettier |
 |
(0.0.3) feature: Adding support for Async formatting and making it default for auto save
bugfix: Fixing params sent to prettier CLI
bugfix: Fix bug where default prettier plugin installation path was never used - mtermayer reis |
| [2017-05-26] |
SumOfSelection : Calculate sum of visual (block) selected numbers |
 |
(1.14) - Added support for basic math functions: sqrt, log, log2, log10, exp, abs, sin, cos, tan
- Added support for hex strings with 0x, and binary strings with 0b - Ivo van Kamp |
| [2017-05-26] |
ingo-library : Vimscript library of common functions. |
 |
(1.030) - Add escaping of additional values to ingo#option#Join() and split into ingo#option#Append() and ingo#option#Prepend().
- Offer simpler ingo#option#JoinEscaped() and ingo#option#JoinUnescaped() for actual joining of values split via ingo#option#Split() / ingo#option#SplitAndUnescape().
- Add ingo#str#EndsWith() variant of ingo#fs#path#split#Contains().
- Add ingo#regexp#comments#GetFlexibleWhi... - Ingo Karkat |
 |
| 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.
|