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.1636
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,916 scripts, 17,382,063 downloads |
 |
| [2023-06-16] |
fuzzyy : A fuzzy finder for vim |
 |
(1.1.1) fix bugs - Nachuan Tang |
| [2023-06-15] |
gitTools : Set of tools to perform multiple git commands. |
 |
(0.1.0) - New: command Gitcp (cherry-pick), Gitcpe (cherry-pick --edit) and GitcpNC (chrerry-pick --no-commit)
If no hash provided, try extract hash from current line or word under cursor.
- New: Gitro and Gitrov to change default remote (by default set to: origin, modify on g:gitTools_origin).
- New: Gitc to show git config.
- New: Gitbc to show git config of current branch.
- Fix: on :Gitda sho... - Javier Puigdevall |
| [2023-06-01] |
vimcrypt2 : open encrypted files in vim, enter password once for the same buffer |
 |
(1.1) adding g:vimcrypt2_cipher (default aes-256-ecb) and g:vimcrypt2_addopt (default -md md5) - Michael Moser |
| [2023-05-31] |
vim-highlight-yanked : Highlight yanked text. |
 |
(v1.0.0) Initial Release - Ubaldo Tiberi |
| [2023-05-31] |
vim-conda-activate : Activate Conda environments in Vim. |
 |
(v1.0.0) Initial Release. - Ubaldo Tiberi |
 |
| 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.
|