programs.less.commands

NixOS option

Defines new command keys.

type: attribute set of string
Default
{ }
Example
{
  h = "noaction 5\\e(";
  l = "noaction 5\\e)";
}
declared in: nixos/modules/programs/less.nixView source on NixOS/nixpkgs →