aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2022-11-27 12:25:21 +0100
committerTimo Wilken2022-11-27 12:25:21 +0100
commit451335e4d090429f32e4f9920cdbbebb731de5ee (patch)
tree53298504354302bf0ac0c699b5fb15cdbba12f3f
parenteb7056a8d2e48ac0c93d8b8b1ab0e8a45904c1df (diff)
Get rid of unread highlighting in less
Without the gutter, this is annoying.
-rw-r--r--lesskey2
1 files changed, 1 insertions, 1 deletions
diff --git a/lesskey b/lesskey
index 9352aec6..8793a77c 100644
--- a/lesskey
+++ b/lesskey
@@ -9,7 +9,7 @@ n repeat-search
^h back-screen
#env
-LESS=--ignore-case --quit-if-one-screen --save-marks --no-histdups --RAW-CONTROL-CHARS --LONG-PROMPT --chop-long-lines --HILITE-UNREAD
+LESS=--ignore-case --quit-if-one-screen --save-marks --no-histdups --RAW-CONTROL-CHARS --LONG-PROMPT --chop-long-lines
LESSOPEN=|src-hilite-lesspipe.sh %s
LESSHISTFILE=$XDG_DATA_HOME/less/history
LESSHISTSIZE=10000