Indentation commands
#5
This episode covers the commands for shifting text left and right (< and >), and also goes over the auto indent command (=).
To add TextMate’s key mappings, put the following in your .vimrc:
nmap <D-[> << nmap <D-]> >> vmap <D-[> <gv vmap <D-]> >gv
Further reading
blog comments powered by Disqus