Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get Emacs style key bindings in Visual Studio?

How can I get Emacs style key bindings in Visual Studio? Is it available in Settings? Do I need a Plug-in?

like image 888
Ray Avatar asked Oct 10 '08 07:10

Ray


People also ask

How do I set Keybinds in Emacs?

emacs file. To interactively bind keys for all modes, type M-x global-set-key RET key cmd RET . To bind a key just in the current major mode, type M-x local-set-key RET key cmd RET . See Key Bindings in The GNU Emacs Manual .

How do I set Keybinds in Visual Studio code?

All keyboard shortcuts in VS Code can be customized via the keybindings. json file. To configure keyboard shortcuts through the JSON file, open Keyboard Shortcuts editor and select the Open Keyboard Shortcuts (JSON) button on the right of the editor title bar. This will open your keybindings.

How do I reset key bindings in Visual Studio?

Click File > Preferences > Keyboard Shortcuts. There is a triple-dot (...) at the top-right hand corner. Click on that and select "Show User Keybindings" Delete your listed keybindings.


2 Answers

You can try the Emacs keyboard scheme (Tools->Options->Environment->Keyboard)

like image 83
jfs Avatar answered Sep 20 '22 18:09

jfs


Xkeymacs does a really good job of this. It is possible to configure this tool for every application running on your desktop.

like image 42
Torleif Avatar answered Sep 17 '22 18:09

Torleif