Hacker News new | ask | show | jobs
by johncoltrane 5032 days ago
Just use MacVim and the bundled mvim.

Open file in MacVim:

    $ mivm file
Open file in Vim:

    $ mvim -v file
1 comments

ooh if I've understood correctly `alias vim='mvim -v'` solves my problem, thanks!