MyNixOS website logo
option

programs.vscode.profiles.<name>.keybindings

Keybindings written to Visual Studio Code's keybindings.json. This can be a JSON object or a path to a custom JSON file.

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