1. How can I reverse changes that I have undone with "u"? For example when I have undone changes accidentally and want them to reappear...
2. How can I move a block of text x spaces to the left or right (indent)?
3. Is there a setting that auto indents tcl and html code?
Thanks
Undo/Redo commands N u undo N last changes N CTRL-R redo N last undone changes U restore last changed line
3. Uncomment "set autoindent" in your /usr/share/vim/vimrc (or in your ~/.vimrc). You can test before modifying by doing ":set autoindent".