diff --git a/tools/vim.txt b/tools/vim.txt index 00c25c5..823cff1 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -576,90 +576,3 @@ vees' surround 2 words (ee) with quotes ' :Scomponent open component file / write selected content in component + include :Salternate open alternate model file (class - table class) :Symfony execute task - - -############################################################################## -# PERSONAL .VIMRC -############################################################################## - - -ev edit vimrc file -sv reload vimrc file -sh show syntax highlighting groups for word under cursor - - page down -jj exit insertion mode -q close the current window - -/ clear the search register - -h toggle hidden characters - -W strip all trailing whitespace - -CTRL-h go to left window -CTRL-j go to down window -CTRL-k go to top window -CTRL-l go to right window -w open vertical split window and activate - -%% will expand to current directory -ew open file from current directory -es open file in split window from current directory -cd change directory to parent dir of current file -## will expand to webroot - -:Wrap wrap text - toggle wrapped text - - toggle spell check - - toggle light/dark background - - underline with dashes - underline with double lines - - bubble line(s) up - bublle line(s) down - -:Ltag load tags file -:Project cd to project and load tags file -t show current tag for word under cursor -st show current tag for word under cursor in split window -tj show current tag list for word under cursor -stj show current tag list for word under cursor in split window - -CTRL- show omnicomplete menu - -b surround with strong tags -i surround with em tags - -CTRL-p generate PHP DOC - -a run Ack - -md preview markdown - -s preview in safari - -x colorpicker - -n toggle Nerdtree -N close Nerdtree -f find current file in Nerdtree - -l toggle Taglist -L close Taglist - -ph set filetype to php.html -r reload all snipmate snippets - -CTRL- switch between buffers - -CTRL-y go to next tag of attribute in sparkup plugin - -g toggle Gundo window - -IMG show image browser to insert image tag with src, width and height -b insert image tag with dimensions from NERDTree - (http://stackoverflow.com/questions/5707925/vim-image-placement)