notes for Indenting in VIM:
command + [
.gvimrc:
nmap <D-[> << nmap <D-]> >> vmap <D-[> <gv vmap <D-]> >gv
autoindenting html files
ggVG (select all) command + [ to remove indents ggVG =G (to autoindent)
command + [
nmap <D-[> << nmap <D-]> >> vmap <D-[> <gv vmap <D-]> >gv
ggVG (select all) command + [ to remove indents ggVG =G (to autoindent)