From: Mark Wooding Date: Sat, 13 Jul 2013 15:34:40 +0000 (+0100) Subject: dot/bash_profile: Set the `less' focus line further down the window. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/c363cf924bce8be716649978fda8b55cc307a775 dot/bash_profile: Set the `less' focus line further down the window. Makes it easier to see previous context. --- 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 ;;