diff options
| author | kj_sh604 | 2025-10-06 00:27:10 -0400 |
|---|---|---|
| committer | kj_sh604 | 2025-10-06 00:27:10 -0400 |
| commit | 39e59fb243404ba500373a55a07ae7b5caa7eea0 (patch) | |
| tree | 3eb06392ac7169e90109dc49fed8e7fe1507a97b /.config/Code/User/keybindings.json | |
| parent | 03570189326f4a093adcdbedf68591b851e37ad6 (diff) | |
feat: add some code-oss config
Diffstat (limited to '.config/Code/User/keybindings.json')
| -rw-r--r-- | .config/Code/User/keybindings.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json new file mode 100644 index 0000000..4d7ff49 --- /dev/null +++ b/.config/Code/User/keybindings.json @@ -0,0 +1,11 @@ +[ + { + "key": "ctrl+shift+v", + "command": "-markdown.showPreview", + "when": "!notebookEditorFocused && editorLangId == 'markdown'" + }, + { + "key": "alt+f11", + "command": "toggleVim" + } +] |
