From 54f347854e2402dd14b0142051a6c20e9218a5a8 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 11 Oct 2025 14:13:41 -0400 Subject: refactor: spellcheck toggle and `hl` and `inc` vim search --- .config/Code/User/keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/Code/User/keybindings.json') 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 -- cgit v1.2.3