about summary refs log blame commit diff stats
path: root/home-manager/config/less/default.nix
blob: c9e74eccb1a6e9b1b11f05cd3828601cac75274b (plain) (tree)
1
2
3
4
5
6



         
                   









                        
{
  config,
  pkgs,
  ...
}: {
  programs.less = {
    enable = true;
    keys = ''
      t   forw-line
      n   back-line
      l   repeat-search
      L   reverse-search
    '';
  };
}
# vim: ts=2