aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-12-10 19:55:08 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-12-10 19:55:08 +0300
commit7cbd4c73ece6bc6b89d8b5c6febf6c3ead5de20a (patch)
treea96ecf99949aa80bc73c2f6776d83f7d8a197ebd
parent03b4ebb46e844124c3ea3ea28d6e11877a3f7466 (diff)
downloadswayrice-7cbd4c73ece6bc6b89d8b5c6febf6c3ead5de20a.tar.gz
swayrice-7cbd4c73ece6bc6b89d8b5c6febf6c3ead5de20a.zip
less: jump to middle of screen
Make less less retarded by showing the next search result in the middle of the screen (where my eyes are 90% of the time) instead of at the very top.
-rw-r--r--dotfiles/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile
index 02e6b4a..d79efe3 100644
--- a/dotfiles/.profile
+++ b/dotfiles/.profile
@@ -16,7 +16,7 @@ export MANWIDTH=80
export LANG=en_US.UTF-8
export TERMINAL=alacritty
export EDITOR="nvim"
-export PAGER="less -R"
+export PAGER="less -R -j.5"
export BROWSER=qutebrowser
# Sanely export XDG Base dir variables