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.0.1429
is the current version |
new :defer command
[2022-09-10]
Cleaning up after creating a file or directory can easily be forgotten.
To make it easier the :defer command has been added.
It works like it does in the Go language.
Also, you can add a flag to writefile() and mkdir() to have them defer a delete() call.
This is especially useful in tests, where temp files need to be cleaned up.
Read about it in the help file. (Bram Moolenaar)
Virtual text has been implemented
[2022-09-10]
The past weeks a new feature has been added, that allows for displaying text in between the buffer text.
Since this text does not exist in the file this is often called "virtual text".
The virtual text can appear inside the line, after the line and below the line.
You can read about it in the help. (Bram Moolenaar)
Vim 9.0 is released!
[2022-06-28]
Finally, after years of hard work, there is a new major release of Vim.
Besides many additions and fixes, the main new item is the support for Vim9 script.
You can go straight to the Download page and try it out.
Or read 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,898 scripts, 17,302,559 downloads |
 |
[2023-03-28] |
octave.vim : Indent file for the GNU Octave language |
 |
(1.2) Initial upload - Rik *** |
[2023-03-28] |
octave.vim : Syntax highlighting file for GNU Octave language |
 |
(8.1.0) Syntax matched to Octave Release: 8.1.0
Underscores now supported in numbers for readability (e.g., 1_000).
Class signifiers (u8,u16,u32,u64,s8,s16,s32,s64) for binary and hex numbers.
Fortran exponeniation operator (\"**\") is now an error.
Backslash line continuations in single-quoted strings are now an error.
Backslash line continuations for ordinary code are now an error.
Trailing text o... - Rik *** |
[2023-03-27] |
vim-softwrap : Soft-wrap current line when they spill beyond the available textwidth |
 |
(1) Initial upload - Enrico Maria De Angelis |
[2023-03-27] |
WinZoZ : Plugin for easy window-oriented movemets |
 |
(1) Initial upload - Enrico Maria De Angelis |
[2023-03-26] |
spotdiff.vim : A range and area selectable diffthis to compare partially |
 |
(5.0) Changed to support vim 8.2 and nvim 0.4.4 or later. - Rick Howe |
 |
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.
|