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
8.2.4714
is the current version |
Sven Guckes has passed away
[2022-02-22]
I'm sad to announce that a member of the Vim community is no longer here.
See this message: https://groups.google.com/g/vim_announce/c/MJBKVd-xrEE
This is what vim.org looked like when Sven was still maintaining it: vim.org in 2001. (Bram Moolenaar)
Interview with Bram
[2022-01-21]
Evrone interviewed me about my work on Vim.
You can read it here (Bram Moolenaar)
Vim turns 30
[2021-11-19]
How time flies, another year has passed with lots of activity.
Issues are reported, bugs are fixed, pull requests are opened and closed.
Vim 9 is still under development, slow progress at the moment, it should catch up soon.
Thanks everybody for making Vim even better! (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,853 scripts, 16,854,452 downloads |
 |
| [2022-04-09] |
ingo-library : Vimscript library of common functions. |
 |
(1.044) - Add ingo#cursor#IsBeyondEndOfLine() variant of ingo#cursor#IsAtEndOfLine().
- ENH: Allow to customize the insertion point of ingo#text#InsertHere() via g:IngoLibrary_InsertHereStrategy.
- CHG: Split ingo#subst#FirstSubstitution() into ingo#subst#FirstMatchingSubstitution() and ingo#subst#FirstChangingSubstitution().
- Add ingo#text#IsInsert().
- ingo#cmdargs#range#Parse(): BUG: Return [] as ... - Ingo Karkat |
| [2022-04-09] |
vim-xkbswitch : Automatic Keyboard Layout Switcher |
 |
(0.16) - Improvement: provide ability to toggle iminsert in Normal mode by defining variable g:XkbSwitchIminsertToggleKey.
- Bugfix: added more backslashes to fix translations of insert mappings. - Alexey Radkov |
| [2022-04-08] |
MarkX : Places signs in the margin to indicate where marks are |
 |
(30/03/22) Initial upload - Richard Bentley-Green |
| [2022-04-07] |
vim-board : Multifunction writable board |
 |
(1.06) Add sync terminal current working directory
:h BoardTermCd - Azabiong |
| [2022-04-03] |
splitjoin.vim : A plugin that helps with switching between single-line and multiline code |
 |
(1.1.0) - New integrations: Elm, Clojure, R, Java
- Improvements to support for: YAML, Elixir, Rust, Go, JSX, Ruby
- Filetypes that delegate to existing support: svelte, javascriptreact, typescriptreact
- Various fixes and smaller improvements - Andrew Radev |
 |
| 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.
|