>>i know with >> i can move a selection to the right by one >>indent, how can i move a selection just one space ?
>Well, if you want to move by "one indent", you can > :set sw=1 ts=1 et >which will then make ">>" and "<<" indent by one space (not one >tab) or, you can I might've just forgotten to set sw=2, but I noticed that when I was editing a file and didn't want nested tabs being tabbed over to pretty much the right side of the screen, one little '>>' would tab it over 4 tabs (for ts=2) instead of just 1. Thought that was odd. Was a one-fer, so didn't look into it all that much. Just reset ts=8, '>>'ed, and rereset ts=2. Like I said, probably just forgot to set sw to match ts. Either way, that's just one of those little things to keep in mind in case anyone screws around with non-8 tabs.