aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/le (unfollow)
Commit message (Collapse)Author
2025-08-22modules/less: Use new `config` key instead of `keys`Benedikt Peetz
2025-04-27modules/less: Don't confuse less with the copyright comments in the config fileBenedikt Peetz
reuse treats the `.less` extensions as a format that can be commented. But that is a misconception and `less` does not actually understand these comments.
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2024-11-03fix(modules/less/command.less): Improve keymappingsBenedikt Peetz
This removes some unneeded ones and adds the ARROW UP mapping to ensure symmetry to the ARROW DOWN mapping.
2024-11-02fix(modules/less/command): Re-enable `#stop`Benedikt Peetz
This feature regressed in less 661 but was fixed in 668. See: - https://github.com/gwsw/less/issues/551 - https://github.com/gwsw/less/commit/2526c72b1212b2a1f34bdda88a93b0c7f7b4a16a
2024-11-02refactor(modules/legacy/less): Migrate to `by-name`Benedikt Peetz