Last Updated: February 25, 2016
·
788
· tlhunter

.vimrc PHP Commands

" ,p = Runs PHP lint checker on current file
map <Leader>p :! php -l %<CR>
" ,P = Runs PHP and executes the current file
map <Leader>P :! php -q %<CR>