diff options
| author | kj_sh604 | 2025-10-06 00:29:58 -0400 |
|---|---|---|
| committer | kj_sh604 | 2025-10-06 00:29:58 -0400 |
| commit | ad605fe65522385be9d5773d858c2927ee2f31bb (patch) | |
| tree | 8a7c916575bbff89d6879d8742e8f0a3c9459ee1 /.config/Code/User/keybindings.json | |
| parent | 39e59fb243404ba500373a55a07ae7b5caa7eea0 (diff) | |
refactor: change settings test
Diffstat (limited to '.config/Code/User/keybindings.json')
| -rw-r--r-- | .config/Code/User/keybindings.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } ] |
