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.0594
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,426 scripts, 11,833,981 downloads |
 |
| [2017-04-30] |
SumOfSelection : Calculate sum of visual (block) selected numbers |
 |
(1.8) Refactoring + small bugfixes - Ivo van Kamp |
| [2017-04-30] |
vim-webdevicons : Adds file type glyphs/icons to popular Vim plugins: NERDTree, vim-airline, Power |
 |
(v0.9.0) https://github.com/ryanoasis/vim-devicons/releases/tag/v0.9.0 - Ryan McIntyre |
| [2017-04-30] |
sprunge.vim : A pastebin vim plugin for http://sprunge.us/ |
 |
(0.0.6) * Add option g:sprunge_tabs2spaces to replace tabs with spaces
before aligning to left, WARNING: slow
* Add option to align to the left before pasting, enabled by
g:sprunge_flush_left
* Add new provider http://ix.io
* Add notion of multiple providers, enabled by g:sprunge_providers - chili cuil |
| [2017-04-30] |
nextCS.vim : Change your color scheme easily |
 |
(0.0.4) add <Plug>NextCS and <Plug>PreviousCS to allow extra mapping - chili cuil |
| [2017-04-30] |
patchreview.vim : Plugin for single or multipatch code reviews and workspace change/diff reviews |
 |
(1.3.0) Added g:patchreview_foldlevel setting
Added g:patchreview_disable_syntax control syntax highlighting
Prevent most autocmds from executing during plugin execution
Add dein.vim & consolidate install instructions
Linting, README and help fixes and improvements
Fix and enhance the notification example
Fix DiffReview count style invocation
Ignore shell error for bzr diff as it returns 1 on... - Manpreet Singh |
 |
| 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.
|