1

Re: how do i rebind [tab]->indent?

so the command for "unindenting" a selected area is Edit.TabLeft, with default mapping to shift+tab. 

I can't find the command for tabbing/indenting.  Anyone know what it is?

2

Re: how do i rebind [tab]->indent?

Do you want to map it to ViEmu's indent or to VS's? If it's ViEmu's, you can do this:

  :vmap <tab> >
  :nmap <tab> >>

If you want map it to VS commands, you can probably use :vscmd (see ViEmu's documentation for details). As a tip, in order to find VS commands, go to the QuickFind entry box, type ">Edit.", and you'll see a resizeable drop down with all command in that section.

HTH.