Y
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
jvm
5029 days ago
ooh if I've understood correctly `alias vim='mvim -v'` solves my problem, thanks!
link