The Wayback Machine - https://web.archive.org/web/20221026094341/https://www.vim.org/
    sponsor Vim development Vim logo Vim Book Ad

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.0814 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)

more news... Get a Vim T-shirt from FreeWear Get a Vim sticker or button Vim items from Japan
Vim power tool

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,875 scripts, 17,099,406 downloads 
[2022-10-26]  Ada Bundle : Complete Ada-Mode (https://github.com/krischik/Ada-Bundle)
(5.2.1) See https://github.com/krischik/vim-ada/releases/tag/v_5.2.1 - Martin Krischik
[2022-10-23]  diffchar.vim : Highlight the exact differences, based on characters and words
(9.1) Enhanced g:DiffUnit to use favorite highlight groups and g:DiffColors to use unit delimiters and custom pattern. - Rick Howe
[2022-10-22]  Command-T : Fast file navigation for VIM
(6.0.0-b.0) - feat: add back `:CommandTLine` finder (https://github.com/wincent/command-t/pull/408). - Greg Hurrell
[2022-10-20]  gitTools : Set of tools to perform git commands.
(0.0.5) - Fix: Gitvda, get current branch error. - New: after commit ask user if merge files should be removed. - New: command Gitmrm to delete the temporary files (REMOTE, LOCAL, BACKUP)   from previous merge. - New: for commands Gitm, Gitd and Gitvd, use git diff to get unmerged or modified   files instead of git status. - Fix: issue on merge command Gitm, error opening layout 3A. - New: command ... - Javier Puigdevall
[2022-10-20]  vimkubectl : Manage Kubernetes resources from Vim
(0.12.0) - All operations are now fully asynchronous! - Automatically watch and update resources in :Kget buffers - Add :K command to run arbitrary commands - Multiple bug fixes - Saud Mohammed
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.


If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
OSDN