From 7a2b930ad7d62a3fbe7e010934e5a185e646d517 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 12 Oct 2025 18:08:32 -0400 Subject: [PATCH] fast scroll --- modules/home/all/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/all/git.nix b/modules/home/all/git.nix index 4b8a279..c333882 100644 --- a/modules/home/all/git.nix +++ b/modules/home/all/git.nix @@ -13,7 +13,7 @@ light = false; side-by-side = true; line-numbers = true; - pager = "${pkgs.less}/bin/less --mouse"; + pager = "${pkgs.less}/bin/less --mouse --wheel-lines=3"; }; }; userName = flake.config.me.fullname;