How to reset Visual Studio Code key bindings?
Version 1.34.0 seems to have the settings at a slightly different location:
- 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
Here are the steps to reset the keybindings in VS code.
- Click File > Preferences > Keyboard Shortcuts or Press Ctrl+K Ctrl+S
- Then, click on keybindings.json
- From keybindings.json remove the custom bindings you want to reset.