Skip to content

Instantly share code, notes, and snippets.

@itspriddle
Created February 14, 2012 14:34
Show Gist options
  • Save itspriddle/1827114 to your computer and use it in GitHub Desktop.
Save itspriddle/1827114 to your computer and use it in GitHub Desktop.
" OpenURL: Open stuff in your browser (http://git.io/qaDWKg)
command! -nargs=1 OpenURL :exe '!open <q-args>'
nnoremap gb :OpenURL <cfile><cr>
nnoremap gG :OpenURL http://www.google.com/search?q=<cword><cr>
nnoremap gW :OpenURL http://en.wikipedia.org/wiki/Special:Search?search=<cword><cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment