zbrad / EmacsKeys

Emacs key bindings for Visual Studio
Other
80 stars 71 forks source link

Modify to use vssettings file for loading #1

Open zbrad opened 9 years ago

zbrad commented 9 years ago

A current limitation of the original version, is that it requires the copying of a "vsk" file, into the Visual Studio product folder, which requires running the extension installer as administrator.

To solve this, my next check-in will instead make use of the Visual Studio import/export bindings (vssettings), stored per user, with a specified set of Emacs key bindings, that can then be edited locally according to taste.

qbit commented 9 years ago

@zbrad will this version work with Community 2013?

zbrad commented 9 years ago

I'm not sure if community allows extensions, but if it does, it should work fine.

justcla commented 6 years ago

This is a good idea.