Skip to content

Instantly share code, notes, and snippets.

@smerrill
Created October 23, 2011 15:02
Show Gist options
  • Save smerrill/1307450 to your computer and use it in GitHub Desktop.
Save smerrill/1307450 to your computer and use it in GitHub Desktop.
Open vim's printed output in TextWrangler to (for example) edit the font.
set printexpr=system('open\ -a\ /Applications/TextWrangler.app\ '.v:fname_in)\ +\ v:shell_error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment