targets.darwin.keybindings
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.
- Type
attribute set of anything- Default
{ }- Example
{ "^u" = "deleteToBeginningOfLine:"; "^w" = "deleteWordBackward:"; }- Declared
- <home-manager/modules/targets/darwin/keybindings.nix>