On Mon, Jan 29, 2001 at 10:24:30AM +0000, Ray Drew wrote: > The behaviour I'd like is for the cursor to autoindent for lines 2 and > 3 and for the backspace key to move me back a tab in line 4. Can I get > gvim to work like this? The keys you want are ^T and ^D. ^T adds a shiftwidth worth of indent, and ^D removes one. Toby.