Is there any way in Visual Studio 2008 to smoothly switch between using Emacs keybindings and the default ones? I will soon be doing some pair programming and I need my Emacs keybindings to keep myself from going insane.
|
feedback
|
|
Create a new VS macro and add this code :
You can then assign a keyboard shortcut to this macro to more quickly and easily toggle between (Note: This works in VS 2005 and have not tested in VS 2008 but it should work too. It also works in VS 2010 with the Emacs emulation extension installed.) | ||||
|
feedback
|
|
VisEmacs lets you edit files using Emacs, from within Visual Studio. So you don't have to switch keybindings at all! Some more useful information on VisEmacs is here. | |||||
feedback
|