MyNixOS website logo
option

programs.kiro.profiles.<name>.keybindings

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

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