Automatically cd to a symfony project's root in vim
I made a little vimscript to automatically cd to the project root of a symfony project. It makes it easier for me to use the ctags :-) "------------------------------------------------------------------------------- " Description: Finds and cd to the symfony root of the project "...
Wednesday 18 Mar 2009 14:10