From ad605fe65522385be9d5773d858c2927ee2f31bb Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 6 Oct 2025 00:29:58 -0400 Subject: refactor: change settings test --- .config/Code/User/keybindings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/Code/User/keybindings.json') diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 4d7ff49..98d0b29 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -5,7 +5,7 @@ "when": "!notebookEditorFocused && editorLangId == 'markdown'" }, { - "key": "alt+f11", + "key": "alt+f12", "command": "toggleVim" } ] -- cgit v1.2.3