MyNixOS website logo
option

programs.nnn.plugins.mappings

Key mappings to the plugins.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  c = "fzcd";
  f = "finder";
  v = "imgview";
};