Skip to content

Instantly share code, notes, and snippets.

@richcarl
richcarl / keybindings.json
Last active March 31, 2025 12:32
VSCode personal key bindings to use on top of Awesome Emacs Keymap
// my keybindings.json
[
// start macro record with C-x (
{
"key": "ctrl+x shift+9",
"command": "kb-macro.startRecording",
"when": "!kb-macro.recording && config.keyboardMacro.recordingShortcuts == 'Option1'"
},
{
"key": "ctrl+alt+r",