From: martin f. krafft Date: Wed, 15 Jan 2020 23:50:09 +0000 (+1000) Subject: chop long lines, don't init, control chars X-Git-Url: https://git.madduck.net/etc/less.git/commitdiff_plain chop long lines, don't init, control chars --- diff --git a/.config/lesskey b/.config/lesskey index 1767035..e4f6c74 100644 --- a/.config/lesskey +++ b/.config/lesskey @@ -1,3 +1,3 @@ #env -LESS = --ignore-case --jump-target=.5 --hilite-unread --tabs=2 +LESS = --ignore-case --jump-target=.5 --hilite-unread --tabs=2 --chop-long-lines --no-init --RAW-CONTROL-CHARS LESSHISTFILE = $HOME/.var/less/history