From eaccdba8bcf3b27cf6d1ad03bb60df3c2b349ac9 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 1 Nov 2021 18:14:03 +0100 Subject: profile: add more less options Highlight unread and scroll by screen-3 lines. --- dotfiles/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/profile b/dotfiles/profile index 3885e0a..e615972 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -21,7 +21,7 @@ export XDG_RUNTIME_DIR=${HOME}/.cache/ ## less configuration ### colors -export LESS="-iR" +export LESS="-iRW -z-3" export LESS_TERMCAP_mb=$'\E[01;36m' export LESS_TERMCAP_md=$'\E[01;36m' export LESS_TERMCAP_me=$'\E[0m' -- cgit v1.2.3