From: Simon Ruderich Date: Thu, 15 Nov 2012 16:21:00 +0000 (+0100) Subject: lesskey: Increase less' history to 1000 lines. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=128cf8560dbfdd3593309afb7d47d16a44745730;hp=d3202537f3bcd18f3b0b712d9c670b914d5a230c;p=config%2Fdotfiles.git lesskey: Increase less' history to 1000 lines. --- diff --git a/lesskey b/lesskey index da9ace4..3a4e402 100644 --- a/lesskey +++ b/lesskey @@ -50,3 +50,5 @@ LESS = --no-init --search-skip-screen --quit-if-one-screen --RAW-CONTROL-CHARS - # 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