Skip to content

Instantly share code, notes, and snippets.

@jsahlen
Created February 18, 2011 15:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsahlen/833859 to your computer and use it in GitHub Desktop.
Save jsahlen/833859 to your computer and use it in GitHub Desktop.
Reload active Google Chrome tab from MacVim when pressing ⌘R
:nmap <D-r> :!osascript -e 'tell application "Google Chrome" to reload active tab in front window' &<CR>:redraw<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment