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 | |
| parent | 39e59fb243404ba500373a55a07ae7b5caa7eea0 (diff) | |
refactor: change settings test
Diffstat (limited to '.config/Code')
| -rw-r--r-- | .config/Code/User/keybindings.json | 2 | ||||
| -rw-r--r-- | .config/Code/User/settings.json | 2 |
2 files changed, 2 insertions, 2 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" } ] diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index b7f6818..e500eb5 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -1,4 +1,5 @@ { + "keyboard.dispatch": "keyCode", "vim.cursorStylePerMode.insert": "line", "vim.cursorStylePerMode.normal": "block", "vim.cursorStylePerMode.replace": "underline", @@ -36,7 +37,6 @@ "comments": false, "strings": false }, - "keyboard.dispatch": "keyCode", "editor.lineNumbers": "relative", "editor.fontWeight": "normal", "editor.tokenColorCustomizations": { |
