Skip to content

Instantly share code, notes, and snippets.

@marc0der
Created November 1, 2012 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marc0der/3994996 to your computer and use it in GitHub Desktop.
Save marc0der/3994996 to your computer and use it in GitHub Desktop.
Open new files from the command line in new MacVim tabs.
#make sure you have the mvim script on your path already ;-)
alias mvim="mvim --servername VIM --remote-tab $1 &> /dev/null"
Copy link

ghost commented Feb 6, 2017

super useful! thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment