diff options
Diffstat (limited to 'less/lesskey')
-rw-r--r-- | less/lesskey | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/less/lesskey b/less/lesskey index 239df7b8..6a9a210f 100644 --- a/less/lesskey +++ b/less/lesskey @@ -1,16 +1,16 @@ #env -# Search case-insensitively -LESS += --ignore-case - -# Don't ring terminal bells -LESS += --QUIET - -# Support mouse scrolling -LESS += --mouse - -# Show ANSI colors -LESS += --RAW-CONTROL-CHARS +# +# --ignore-case: +# Search case-insensitively +# --QUIET: +# Don't ring terminal bells +# --mouse: +# Support mouse scrolling +# --RAW-CONTROL-CHARS: +# Show ANSI colors +# +LESS = --ignore-case --QUIET --mouse --RAW-CONTROL-CHARS # Don't keep history LESSHISTFILE = - |