MyNixOS website logo

Mapping of keybindings to actions.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  Shift-Control-C = "eval:selection_to_clipboard";
  Shift-Control-V = "eval:paste_clipboard";
}