X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=lesskey;h=3a4e402ef6d2fbb60e171103be39b84974b05af4;hb=aa9db4c1b656eab6774b5ae1ade7c6f8bb13a01f;hp=a5aac7aa36b4d9021f4a371f2a1fbd9fd7b725a7;hpb=614f9080ac810a2f4c0a5244bca856f3358e625e;p=config%2Fdotfiles.git diff --git a/lesskey b/lesskey index a5aac7a..3a4e402 100644 --- a/lesskey +++ b/lesskey @@ -46,3 +46,9 @@ l right-scroll # ignore-case: Ignore case if the search string doesn't contain any uppercase # letters. LESS = --no-init --search-skip-screen --quit-if-one-screen --RAW-CONTROL-CHARS --ignore-case + +# Store less' history file in this directory. HISTORY_PATH is replaced by +# setup.sh because lesskey doesn't expand ~/. +LESSHISTFILE = HISTORY_PATH +# Increase the history size, default is 100. +LESSHISTSIZE = 1000