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.1428
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,895 scripts, 17,300,706 downloads |
 |
| [2023-03-23] |
vim-ai : Complete and edit text and chat with GPT model |
 |
(1.2.0) openai configuration and other small improvements - Martin Bielik |
| [2023-03-22] |
MarkX : Places signs in the margin to indicate where marks are, (auto-)sel. & del marks, |
 |
(22/03/2023) Typo correction in docs for mapping 'm' - Richard Bentley-Green |
| [2023-03-18] |
HexX : Hex editor |
 |
(18/03/23) Initial upload - Richard Bentley-Green |
| [2023-03-18] |
Neural : ChatGPT Vim plugin, OpenAI Vim plugin, and more! |
 |
(v0.0.0) Initial upload - w0rp |
| [2023-03-18] |
vim-rebrackets : Recursive parentheses |
 |
(1.0) Initial upload - momozo 2251 |
 |
| 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.
|