From 502a3b3614432cb302869626a5562a54b5566bba Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Tue, 15 Sep 2020 19:00:26 -0400 Subject: env: LESS only scrolls 2 at a time that's still almost too fast on the laptop, and plenty fast with a mousewheel --- dot_zsh/source/env.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zsh/source/env.zsh b/dot_zsh/source/env.zsh index 8c009ad..2a4ef78 100644 --- a/dot_zsh/source/env.zsh +++ b/dot_zsh/source/env.zsh @@ -1,6 +1,6 @@ export EDITOR==micro export GIT_EDITOR==micro -export LESS='-R --mouse --wheel-lines=4' +export LESS='-R --mouse --wheel-lines=2' export SYSTEMD_LESS="$LESS" export PAGER='less' -- cgit v1.2.3