diff options
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 |
