MyNixOS website logo

Configuration written to t3code's keybindings.json.

Declarations
Type
JSON value
Default
[ ]
Example
[
  {
    command = "terminal.toggle";
    key = "mod+j";
  }
  {
    command = "terminal.split";
    key = "mod+d";
    when = "terminalFocus";
  }
  {
    command = "diff.toggle";
    key = "mod+d";
    when = "!terminalFocus";
  }
]