MyNixOS website logo

Keybindings written to Visual Studio Code's keybindings.json.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    key = "ctrl+c";
    command = "editor.action.clipboardCopyAction";
    when = "textInputFocus";
  }
]