Created
May 22, 2011 22:02
-
-
Save ckolderup/985946 to your computer and use it in GitHub Desktop.
Vim: Bind F2 to open current .rb file as a Shoes app on MacOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nmap <F2> :!open %:p -a Shoes<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment