Comandos .vimrc PHP
” ,p = Runs PHP lint checker on current filemap <Leader>p :! php -l %<CR>” ,P = Runs PHP and executes the current filemap <Leader>P :! php -q %<CR>
Continuar lendoConteúdo para você se capacitar em programação
” ,p = Runs PHP lint checker on current filemap <Leader>p :! php -l %<CR>” ,P = Runs PHP and executes the current filemap <Leader>P :! php -q %<CR>
Continuar lendo” ,T = Delete all Trailing space in filemap <Leader>T :%s/s+$//<CR>” ,U = Deletes Unwanted empty linesmap <Leader>U :g/^$/d<CR>” ,R = Converts tabs to spaces in documentmap <Leader>R :retab<CR>
Continuar lendo