I\'d like to be able to send the HTML file I\'m currently editing in vim to my web browser, Chrome. I\'m running Linux.
vim
This gets me very close:
What about :!open % -a Google\ Chrome ?
:!open % -a Google\ Chrome