Skip to content

Instantly share code, notes, and snippets.

@ckolderup
Created May 22, 2011 22:02
Show Gist options
  • Save ckolderup/985946 to your computer and use it in GitHub Desktop.
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
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