programs.lf.keybindings

Keys to bind. Keys set to null or an empty string are deleted.

Type
attribute set of (null or string)
Default
{ }
Example
{
  D = "trash";
  U = "!du -sh";
  gg = null;
  gh = "cd ~";
  i = "$less $f";
}
Declared
<home-manager/modules/programs/lf.nix>