aboutsummaryrefslogtreecommitdiff
path: root/less/lesskey
diff options
context:
space:
mode:
Diffstat (limited to 'less/lesskey')
-rw-r--r--less/lesskey16
1 files changed, 16 insertions, 0 deletions
diff --git a/less/lesskey b/less/lesskey
new file mode 100644
index 00000000..239df7b8
--- /dev/null
+++ b/less/lesskey
@@ -0,0 +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
+
+# Don't keep history
+LESSHISTFILE = -