MyNixOS website logo

This will configure the default keybindings for text fields in macOS applications. See Apple's documentation for more details.

Existing keybinding configuration will be wiped when using this option.
Declarations
Type
attribute set of anything
Default
{ }
Example
{
  "^u" = "deleteToBeginningOfLine:";
  "^w" = "deleteWordBackward:";
}