MacVim with graphical file browser

Thanks to the work of Eloy Duran, MacVim has now a file-drawer extension. Here is a screenshot to motivate you to try it :

This is a cakePHP project with the file drawer opened on the Controler and View directories, and two opened files. To build your very own MacVim, follow this cookbook.

Compilation:

mkdir ~/tmp
cd ~/tmp
git clone git://github.com/alloy/macvim.git
cd macvim/src

LDFLAGS=”-L/usr/lib” ./configure –with-features=huge \
–enable-rubyinterp \
–enable-pythoninterp \
–enable-perlinterp \
–enable-cscope

make

Installation:

  • open MacVim/build/Release
  • drag and drop the package to your /Applications folder

Usage:

Open your stuff with your newly compiled MacVim and enjoy. More details on Eloy’s pages.

Resources :

Post a Comment

Your email is never published nor shared. Required fields are marked *

Switch to our mobile site