about summary refs log blame commit diff stats
path: root/hm/soispha/conf/less/default.nix
blob: fe7142f1eb0d06841e1b63376430f13adf72fdd4 (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
    '';
  };
}