From 7cbd4c73ece6bc6b89d8b5c6febf6c3ead5de20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 10 Dec 2020 19:55:08 +0300 Subject: 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. --- dotfiles/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.profile') 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 -- cgit v1.2.3