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