Forum OpenACS Q&A: Response to offtopic: vim question...

Collapse
Posted by Roberto Mello on
2. Select the block of text with "V" and your arrows (or direction keys) and hit "=". ("=" in one line will indent that line)

3. Uncomment "set autoindent" in your /usr/share/vim/vimrc (or in your ~/.vimrc). You can test before modifying by doing ":set autoindent".