Skip to content

Instantly share code, notes, and snippets.

@zph
Created February 18, 2013 20:28
Show Gist options
  • Save zph/4980402 to your computer and use it in GitHub Desktop.
Save zph/4980402 to your computer and use it in GitHub Desktop.
" Open Marked.app
" only works on OSX with Marked.app installed
imap <Leader>m <ESC>:!open -a Marked.app "%"<CR><CR>
nmap <Leader>m :!open -a Marked.app "%"<CR><CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment