Skip to content

Instantly share code, notes, and snippets.

@khzaw
Created November 14, 2011 16:06
Show Gist options
  • Save khzaw/1364290 to your computer and use it in GitHub Desktop.
Save khzaw/1364290 to your computer and use it in GitHub Desktop.
Opening current buffers in respective browsers
abbrev ff :!open -a Firefox.app %:p<cr>
abbrev chrome :!open -a Google\ Chrome.app %:p<cr>
abbrev sf :!open -a Safari.app %:p<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment