vote up 2 vote down star

In both the Visual Studio emacs mode and the default mode the tab key is bound to Edit.InsertTab. However, in the emacs mode the tab button jumps to where it expects the next line to start instead of inserting a tab.

Is there a way to disable this "smart insert" while keeping the emacs key bindings?

flag

1 Answer

vote up 2 vote down check

Man, I found it for you :))) In customization of keyboard shortcuts it is Edit.IncreaseLineIndent.

Set your own key and be happy. (BTW, I cannot set the Tab key explicitly. Even changing CurrentSettings.vssettings did not help. But it is different story...)

link|flag
Cool tip, but this doesn't work if the line is empty (at least in VS 2008). It just keeps the cursor where it is. – blahblah Sep 1 at 8:46
well... It is the best they have. Anyway, emacs mode in VS is not clean. – avp Sep 2 at 12:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.