From c363cf924bce8be716649978fda8b55cc307a775 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 13 Jul 2013 16:34:40 +0100 Subject: [PATCH] dot/bash_profile: Set the `less' focus line further down the window. Makes it easier to see previous context. --- dot/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/bash_profile b/dot/bash_profile index d61a7c3..d75c820 100644 --- a/dot/bash_profile +++ b/dot/bash_profile @@ -149,7 +149,7 @@ export LC_COLLATE=POSIX LANG ## Pager configuration. export MDW_PAGER=`type -p less` PAGER=mdw-pager METAMAIL_PAGER=mdw-pager -export LESS="-iqgRh1FSX" +export LESS="-iqgRh1j.3FSX" export LESSOPEN="|lesspipe.sh %s" case "${LC_CTYPE-$LANG}" in *utf8 | *utf-8 | *UTF8 | *UTF-8) LESSCHARSET=utf-8 ;; -- 2.11.0