Skip to content

Instantly share code, notes, and snippets.

@bartek
Created January 2, 2013 22:56
Show Gist options
  • Save bartek/4439084 to your computer and use it in GitHub Desktop.
Save bartek/4439084 to your computer and use it in GitHub Desktop.
open currently opened file in vim with Marked.app
command! Marked silent !open -a "Marked.app" "%:p"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment