From 39e59fb243404ba500373a55a07ae7b5caa7eea0 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 6 Oct 2025 00:27:10 -0400 Subject: feat: add some code-oss config --- .config/Code/User/keybindings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/Code/User/keybindings.json (limited to '.config/Code/User/keybindings.json') 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" + } +] -- cgit v1.2.3