Skip to content

Instantly share code, notes, and snippets.

@omerucel
Created August 8, 2012 21:35
Show Gist options
  • Save omerucel/3298971 to your computer and use it in GitHub Desktop.
Save omerucel/3298971 to your computer and use it in GitHub Desktop.
.vimrc
autocmd FileType php noremap <C-L> :!/Applications/MAMP/bin/php/php5.3.6/bin/php -l %<CR>
autocmd FileType php noremap <C-M> :w!<CR>:!/Applications/MAMP/bin/php/php5.3.6/bin/php %<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment