command alias

This commit is contained in:
Simon Vieille 2016-11-12 17:52:36 +01:00
parent a9abb73c6c
commit c5c7c4263f

19
vimrc
View file

@ -70,7 +70,6 @@ call vundle#end()
syntax on
if has('gui_running')
colorscheme tender
else
@ -162,15 +161,15 @@ let g:nerdtree_tabs_autoclose = 0
" CTRLP Symfony "
"""""""""""""""""
command Sfassets CtrlPSymfony2Assets
command Sfconfigs CtrlPSymfony2Configs
command Sfcontrollers CtrlPSymfony2Controllers
command Sfmodels CtrlPSymfony2Entities
command Sfentities CtrlPSymfony2Entities
command Sfviews CtrlPSymfony2Views
command Sfservices CtrlPSymfonyServices
command Sfservicesdefinition CtrlPSymfonyServiceDefinition
command Sfforms CtrlPSymfonyForms
command! Sfassets CtrlPSymfony2Assets
command! Sfconfigs CtrlPSymfony2Configs
command! Sfcontrollers CtrlPSymfony2Controllers
command! Sfmodels CtrlPSymfony2Entities
command! Sfentities CtrlPSymfony2Entities
command! Sfviews CtrlPSymfony2Views
command! Sfservices CtrlPSymfonyServices
command! Sfservicesdefinition CtrlPSymfonyServiceDefinition
command! Sfforms CtrlPSymfonyForms
" EMMET "