Keybindings
Summary
Dendron uses VS Code keybinding functionality to define its own keybindings.
To update your keybindings, open the command prompt and type Open Keyboard Shortcuts
.
![](https://cdn.loom.com/sessions/thumbnails/fec07d11a8d949dd98c9ce2ce0bda507-with-play.gif)
If you prefer to work with JSON, you can use Open Keyboard Shortcuts (JSON)
.
If you want to learn more about how keybindings work in VSCode, please read the official documents here
Tips
Add, Reset and Remove
- Add: Every command in VS Code can be bound to a keybinding, even if it doesn't have one
- Reset: If you want to go back to a default binding, reset it
- Remove: If you don't use an existing binding, you can remove it
![](https://cdn.loom.com/sessions/thumbnails/ec107e7c70f94070b9a4f52dd88b0899-with-play.gif)
Backlinks