diff options
| author | kj_sh604 | 2025-10-11 14:13:41 -0400 |
|---|---|---|
| committer | kj_sh604 | 2025-10-11 14:13:41 -0400 |
| commit | 54f347854e2402dd14b0142051a6c20e9218a5a8 (patch) | |
| tree | f3ad665a45116da9811bcd6381e89c58a017823c /.config/Code/User/keybindings.json | |
| parent | 69d5d6a2621e9dc265dd58c59a35248450f03db6 (diff) | |
refactor: spellcheck toggle and `hl` and `inc` vim search
Diffstat (limited to '.config/Code/User/keybindings.json')
| -rw-r--r-- | .config/Code/User/keybindings.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 2e94618..440bf7e 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -113,5 +113,9 @@ "key": "alt+=", "command": "workbench.action.increaseViewHeight", "when": "vim.active && vim.mode == 'Normal'" + }, + { + "key": "alt+f11 s", + "command": "cSpell.toggleEnableSpellChecker" } ]
\ No newline at end of file |
