Help HN: Vim text editor install on mac
5 comments
A console version of Vim is part of a standard OS X install, is it not?
Seems like it. I just typed "vim" at a Terminal prompt in Leopard and was greeted with VIM 7.0.234.
I certainly didn't install that myself -- I use emacs on my local machines, although I admit I've been struggling to learn enough vi to do editing on remote servers.
I guess it's theoretically possible that vim came along with Xcode or MacPorts, but I can't imagine what I might have installed that had vim as a dependency.
I certainly didn't install that myself -- I use emacs on my local machines, although I admit I've been struggling to learn enough vi to do editing on remote servers.
I guess it's theoretically possible that vim came along with Xcode or MacPorts, but I can't imagine what I might have installed that had vim as a dependency.
There is also http://code.google.com/p/macvim/, although it has to be built from source.
This is my favorite version of vim on OS X. It uses Cocoa and is fast. There's a pre-built .app in the tarball on that site and a script to launch macvim from the command line.
1) Use MacPorts
2) Send whatever error message you get to the package maintainer
3) Profit!
I used macports and porticus and installed vim-app.
thanks