This is covered in our documentation for keybindings. Just add a - before the command name.
For your example, try adding:
{ "key": "ctrl+alt+down", "command": "-editor.action.insertCursorBelow" }
to your keybindings.json
This is covered in our documentation for keybindings. Just add a - before the command name.
For your example, try adding:
{ "key": "ctrl+alt+down", "command": "-editor.action.insertCursorBelow" }
to your keybindings.json