aboutsummaryrefslogtreecommitdiff
path: root/lesskey
diff options
context:
space:
mode:
authorTimo Wilken2022-12-30 10:54:17 +0100
committerTimo Wilken2022-12-30 10:54:17 +0100
commit0f308b1c90444f5f0293bf40aa1ef177bc51036c (patch)
treeb052860a66b8bf3b094fa16e4538887003c37ada /lesskey
parentda1ff8a0816e430d2c035217d80db3be5cc919ab (diff)
Reorganise Guix home declaration into module tree
Diffstat (limited to 'lesskey')
-rw-r--r--lesskey33
1 files changed, 0 insertions, 33 deletions
diff --git a/lesskey b/lesskey
deleted file mode 100644
index 8793a77c..00000000
--- a/lesskey
+++ /dev/null
@@ -1,33 +0,0 @@
-# -*- mode: conf-space -*-
-# No compilation is necessary any more in recent less versions.
-
-#command
-{ prev-file
-} next-file
-N reverse-search
-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
-LESSOPEN=|src-hilite-lesspipe.sh %s
-LESSHISTFILE=$XDG_DATA_HOME/less/history
-LESSHISTSIZE=10000
-# *? setting is shared between LESS{,UTF}BINFMT, with the latter's setting taking priority
-LESSBINFMT=*k%02X
-LESSUTFBINFMT=U+%04lX
-# Use pretty colours for bold/underline/... -- mostly in `man'
-# https://wiki.archlinux.org/index.php/Color_output_in_console#less
-# Note: these values are verbatim as less doesn't support escaping
-# characters in lesskey (I think).
-# blink -> italic white-on-red
-LESS_TERMCAP_mb=
-# bold -> bold blue
-LESS_TERMCAP_md=
-LESS_TERMCAP_me=
-# reverse video -> reverse, bright yellow background
-LESS_TERMCAP_so=
-LESS_TERMCAP_se=
-# underline -> italic green
-LESS_TERMCAP_us=
-LESS_TERMCAP_ue=