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.0.0779
is the current version |
Vim voted #1 text editor on diffur
[2017-03-18]
It's no surprise to Vim users, but always nice to see how Vim compares to other editors. You can view the list on diffur.com. (Bram Moolenaar)
Secure connection available
[2017-02-13]
Notice the "go to HTTPS page" link in the header? Use it to go to the securely connected version of the same Vim pages.
This runs on the sourceforge servers, thus the URL cannot end in vim.org. This is especially recommended if you upload or download scripts. (Bram Moolenaar)
Vim 25 birthday presentation
[2016-12-14]
On November 2nd I did a presentation about Vim at Google Zurich.
This is exactly 25 years since the first public version of Vim was
built.
The presentation gives an overview of Vim history and highlights the
important choices that were made. With background information on
my personal life and what was the state of computing, the context in
which Vim was developed.
You can find it on Youtube.
(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,465 scripts, 11,989,644 downloads |
 |
| [2017-07-27] |
asyncrun : Run Async Shell Commands in Vim 8.0 and Output to Quickfix in Realtime |
 |
(1.13.14) improve asyncrun#get_root(), allow user to specify the rootmarkers - Wei Lin |
| [2017-07-27] |
vim-game-code-break : block-breaking game |
 |
(1.3.0) If you want to play with more than three balls, you can modify the following:
" .vimrc
let g:vim_game_code_break_item_limit = 4 " default value is 2
WARNING: Too many balls can slow down the game or cause bugs.
I recommend the default value : 2
If the game speed is too slow, try :syntax off before starting the game. - JohngRib Lee |
| [2017-07-27] |
quickmenu : A nice popup menu for vim |
 |
(1.2.3) add `<nowait>` befor noremap to avoid delay when you press 'c' - Wei Lin |
| [2017-07-27] |
sh.vim : Indenting for Shell script |
 |
(4.43) bug fix - Clavelito Cla |
| [2017-07-27] |
auto_update_cscope_ctags_database : 1:auto update cscope ctags database2:easy create database 3: auto plugn database |
 |
(v3.0) 1):update version to v3.0
2): if a project is not kernel code project,
we will have a chance to config support
soft link file or not,as we known find
command do not find soft link by default
if user care about this file, user can
enable it by command: Createtag
then input yes when msg:
please input 'yes' to support soft link file, default 'NO'
<Requir... - Hidin zhang |
 |
| 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.
|