Skip to content

Instantly share code, notes, and snippets.

@giginet
Created December 22, 2011 07:42
Show Gist options
  • Select an option

  • Save giginet/1509399 to your computer and use it in GitHub Desktop.

Select an option

Save giginet/1509399 to your computer and use it in GitHub Desktop.
function! Cake()
if filereadable('Cakefile')
call system("cake compile") | cwindow | redraw!
else
silent CoffeeMake! -cb | cwindow | redraw!
endif
endfunction
noremap <C-c> :call Cake()<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment