up vote 2 down vote favorite
share [g+] share [fb]

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?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

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|improve this answer
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. – Deniz Dogan Sep 1 '09 at 8:46
well... It is the best they have. Anyway, emacs mode in VS is not clean. – avp Sep 2 '09 at 12:56
feedback

Your Answer

 
or
required, but never shown

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