Hacker News new | ask | show | jobs
by Hoff 5407 days ago
The Mac OS X command open allows this directly:

  $ open -a macvim filename.ext
which permits:

  $ alias mvim="open -a macvim"
as a shortcut.
1 comments

I have found issue with this recently. When I have multiple tabs open, and then attempt to open multiple files after that, it opens them all in a split view :/

    :help 'tabpagemax'