|
About:
Vim is an almost fully-compatible version of the Unix editor Vi. Many new features have been added including multi-level undo, syntax highlighting, commandline history, online help, filename completion, and block operations. It is descended from the vi clone "stevie" and runs on many systems, including Unix, MS Windows, OS/2, Macintosh, VMS, and Amiga.
Author:
Bram Moolenaar <bram __at__ vim __dot__ org>
[contact developer]
Homepage:
http://www.vim.org/
Tar/GZ:
http://www.vim.org/download.php
Tar/BZ2:
ftp://ftp.vim.org/pub/vim/unix/vim-7.1.tar.bz2
Changelog:
http://groups.yahoo.com/group/vimannounce/message/178
OS X package:
http://macvim.org/
CVS tree (cvsweb):
http://vim.cvs.sourceforge.net/vim/vim7/
Mailing list archive:
http://groups.yahoo.com/group/vim
Mirror site:
ftp://ftp.vim.org/pub/vim/
Trove categories:
[change]
| [Development Status] | | 6 - Mature | | [Environment] | | Console (Text Based), MacOS X, Win32 (MS Windows), X11 Applications, X11 Applications :: Gnome, X11 Applications :: KDE | | [Intended Audience] | | Developers, End Users/Desktop | | [License] | | Free To Use But Restricted | | [Operating System] | | BeOS, MacOS, MacOS X, Microsoft, Microsoft :: MS-DOS, Microsoft :: Windows, Microsoft :: Windows :: Windows 3.1 or Earlier, Microsoft :: Windows :: Windows 95/98/ME, Microsoft :: Windows :: Windows NT/2000/XP, OS/2, Other OS, POSIX | | [Programming Language] | | C | | [Topic] | | Text Editors, Text Processing |
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.91/10.00
(Rank 18)
» Vitality: 0.04% (Rank 1565)
» Popularity: 20.35% (Rank 52)

(click to enlarge graphs)
Record hits: 132,715
URL hits: 132,581
Subscribers: 588
|
|
Branches
Articles referencing this project
Comments
[»]
vim is all you need
by gt3 - Sep 21st 2002 23:39:00
...well, all I need anyway. I love it mostly because of how quickly it lets
you edit files with keystrokes. I use it no matter what platform i'm on,
freebsd, linux, and win32 gvim beats any windows editor i've ever seen
(even for programming, i'd rather use it than any ide). I especially love
the 'torte' color scheme ;) I'll continue to use it for, probably, ever.
[reply]
[top]
[»]
How I became hooked on vi(m)
by weissel - Apr 2nd 2002 07:47:27
I was interested in other editors since the one I used back then was too
restricted.
Additionally, vi* can be found on most any UN*X. However, most tutorials
for vi just cover things like h,j,k,l,a, and that's it.
Then I stumbled across an excellent article
-- actually a series of articles -- highlighting advanced
features of vi*, and never ever bothering wih h,j,k,l & co; instead
starting directly with
:g/^/m0,
:%s/^\([^ ]* [0-9]\)[0-9]*\([0-9] \)/\1\2,
:%s/Line \([0-9][0-9]*\): \(.*\)/\1s;$; XXX \2,
and "poor Hal, a corporate maintenance
programmer", who's boss tries to weasle out of explaining a bad crash by
overloading Hal with editing (faking) of logfiles & co.
Needless to say, I was hooked -- straight info towards and a hint of the
real power of vi*. If you need to see a glimpse of the power before
you're
willing to climb that learning curve, go right
there.
[reply]
[top]
[»]
Vim6, editor of champions.
by Thomas Hurst - Aug 23rd 2001 09:26:49
Folding, syntax highlighting, more configurable than a very configurable
thing, a decent GUI, and in Windows a nice installer - it even intergrates
itself into Explorer's context menu (if you ask it to). In easy mode, even
a notepad loonie could use it.
And, of course, if you're prepared to get used to it and learn how to use
what's probably the most important application you'll ever use, you'll
find vim will scale as far as you like.
Don't trust your first experience with it or another vi derivative - once
you've got past the first hurdle you'll never look back.
And you won't have to, since it's supported on just about every platform
in existance :)
[reply]
[top]
[»]
VIM is my shepherd. I shall not font.
by CrackMonkey - Jan 11th 1999 23:46:55
I actually had the opportunity to meet RMS when he stayed at the CoffeeNet for a few weeks. I was
using one of the machines in the cafe (which runs linux exclusively), and
had vim going with multiple buffers, command-line completion, and syntax
coloring. He looked over my shoulder intently for a few moments, certain
that I was using some bizarre form of emacs, and then noticed the absence
of the wasted top-line of "Buffers Files etc...". He shuddered out loud
and walked back to his filthy toshiba laptop to continue hacking.
[reply]
[top]
|