summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-01 18:14:03 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-01 18:14:03 +0100
commiteaccdba8bcf3b27cf6d1ad03bb60df3c2b349ac9 (patch)
tree7f7ca45309436915e3b3af4f5e0619bec4089756
parenta994a08a2901fb8c8c541053e8b968d6f7d78bd4 (diff)
profile: add more less options
Highlight unread and scroll by screen-3 lines.
-rw-r--r--dotfiles/profile2
1 files changed, 1 insertions, 1 deletions
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'