From c5c7c4263f386660d5bf7bc621a911b933301713 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 12 Nov 2016 17:52:36 +0100 Subject: [PATCH] command alias --- vimrc | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/vimrc b/vimrc index f686d9b..ea775ca 100644 --- a/vimrc +++ b/vimrc @@ -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 "