aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2022-11-21 23:46:33 +0100
committerTimo Wilken2022-11-21 23:57:22 +0100
commit97c30e872af7e2eccdec9710184bdb2ec4c09fe2 (patch)
tree6487d1c16d349cab4adbd4d5004f94b1541291fa
parent17fe687a961f3ca4ba7e7198016e5124a1e96e60 (diff)
Disable less status column
-rw-r--r--lesskey2
1 files changed, 1 insertions, 1 deletions
diff --git a/lesskey b/lesskey
index 6713654f..9352aec6 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 --status-column --HILITE-UNREAD
+LESS=--ignore-case --quit-if-one-screen --save-marks --no-histdups --RAW-CONTROL-CHARS --LONG-PROMPT --chop-long-lines --HILITE-UNREAD
LESSOPEN=|src-hilite-lesspipe.sh %s
LESSHISTFILE=$XDG_DATA_HOME/less/history
LESSHISTSIZE=10000