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.0822
is the current version |
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)
A new Vim.org Homepage
[2023-10-12]
The Vim homepage will be renovated by a few students from the FH University
Salzburg. Development will happen at a new Github repository.
Feedback is very welcome and can happen at the vim_dev mailing list or at the
github repository. See the announcement. (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,702,935 downloads |
|
[2024-10-28] |
vim-highlighter : Highlight words and expressions |
|
(1.63.2) Improve HiSearch() function
:h HiSearch - Azabiong |
[2024-10-25] |
localvimrc : load subdirectory specific vimrc files |
|
(3.2.0) - add command |LocalVimRCDebugDump| to write debug messages to a file.
- add support for Lua scripts when using Neovim.
- for search path fallback to the current working directory, it checks for an existing directory of the current buffer rather than an empty directory name.
- fix a bug with printing error messages - Markus Braun |
[2024-10-24] |
litrepl : Markdown/LaTeX code snippet execution plugin |
|
(3.7.3) Add `LitReplEvalSelection(type)` function - Sergei Mironov |
[2024-10-21] |
diffunitsyntax : Highlight word or character based diff units in diff format |
|
(2.0) Added to identify a file including diff indicators as one of diff formats. - Rick Howe |
[2024-10-20] |
vim-weaselwords : Crafting polished prose by highlighting weasel words and passive use in Vim |
|
(1.2.1) Extended word lists, refined passive detection - Moritz |
|
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.
|