summaryrefslogtreecommitdiff
path: root/dot_zsh/source
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2020-09-15 19:00:26 -0400
committerChloe Kudryavtsev <toast@toast.cafe>2020-09-15 19:00:26 -0400
commit502a3b3614432cb302869626a5562a54b5566bba (patch)
treef93154c51ad89e684b89b790d5ebdc17cdbeed99 /dot_zsh/source
parentadd gnome-keyring-daemon (ssh) plugin (diff)
env: LESS only scrolls 2 at a time
that's still almost too fast on the laptop, and plenty fast with a mousewheel
Diffstat (limited to '')
-rw-r--r--dot_zsh/source/env.zsh2
1 files changed, 1 insertions, 1 deletions
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'