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
9.1.0849
is the current version |
Bram Moolenaar receives the Europe SFS Award by the FSFE posthumously
[2024-11-08]
Bram has been posthumously honored by the Free Software Foundation Europe and received the Europe SFS Award 2024. (Christian Brabandt)
Support for the XDG Base Directory Specification
[2024-04-18]
Patch 9.1.327 brings support for the freedesktop XDG Base Directory Specification and has now been merged. A few more adjustments have been made withe following patches: v9.1.0337 and 9.1.345.
That means, you can now place your configuration files under ~/.config/vim/ instead of ~/.vim so Vim will stop littering your home directory.
Note: To make this change backwards compatible, Vim will only attempt to source from that location, if ~/.vim/vimrc and ~/.vimrc file do not exist. So it won't impact existing users, but users that want to start using the new location, will need to move their existing configuration to the new place.
You can also read about it at :h xdg-base-dir.
Thanks to all the contributors that help Vim continuing to grow! (Christian Brabandt)
Vim 9.1 is released!
[2024-01-02]
The Vim project is happy to announce that Vim 9.1 has finally been released.
This release is dedicated to Bram Moolenaar, Vims lead developer for more than
30 years, who suddenly passed away in August 2023.
The most notable changes are support for Vim9 classes and objects, smooth
scrolling support and virtual text support. And as usual, runtime files have
been updated, many bugs have been fixed and potential security relevant fixes
have been included.
You can find the full announcement here. (Christian Brabandt)
|
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,959 scripts, 18,764,831 downloads |
|
[2024-11-10] |
LineJugglerCommands : Commands to duplicate and move around lines. |
|
(1.22) - Adapt: :BlankLine needs to check <count> == -1 instead of <line2> to support current line as well as a lnum of 0 (since Vim 8.1.1241). - Ingo Karkat |
[2024-11-10] |
LineJuggler : Duplicate and move around lines. |
|
(2.12) - BUG: Exchange via [E sometimes loses lines when folding happens in between the two range swaps. Temporarily disable folding during the second replacement. Thanks to Ilya Tumaykin for reporting this.
- ENH: Overload [<Space> and ]<Space> to prepend / append blank line(s) to the given non-default register.
- Adapt: Compatibility: Adding one character to previous exclusive selection not needed si... - Ingo Karkat |
[2024-11-10] |
InsertFromAround : Insert mode mappings to fetch text or indent from surrounding lines. |
|
(1.20) - ENH: Add >a and <b normal-mode variants that work like i_CTRL-G_CTRL-A/B on the indent. *** You need to update to ingo-library (vimscript #4433) version 1.041! *** - Ingo Karkat |
[2024-11-10] |
IndentTab : Use tabs for indent at the beginning, spaces for alignment in the rest of a line |
|
(1.11) - ENH: Support a:stopItemPattern in ingointegration#IsOnSyntaxItem(). Stop looking for comment syntax name below /FoldMarker$/. *** You need to update to ingo-library (vimscript #4433) version 1.037! *** - Ingo Karkat |
[2024-11-10] |
IndentConsistencyCop : Is the buffer's indentation consistent and does it conform to tab settings? |
|
(3.01) - Better handle a buffer with consistent bad mix of spaces and tabs.
- CHG: Require 'softtabstop' to be set when space-indenting (except for spc1), so that the backspace key will remove an entire indent's worth of spaces instead of just one. Sorry, I totally missed this important detail, as I haven't been editing a lot with pure space indents. *** You need to update to ingo-library (vimscript #44... - 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.
|