MyNixOS website logo

Manage key bindings.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  "alt-shift-b".command = "fish_commandline_append bat";
  "alt-s".erase = true;
  "alt-s".operate = "preset";
}