From: Simon Ruderich Date: Tue, 26 Jun 2018 06:00:07 +0000 (+0200) Subject: lesskey: explain why --clear-screen isn't used X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=fa9155706138fb9cd7776ba4c709425325db820f lesskey: explain why --clear-screen isn't used --- diff --git a/shell/lesskey b/shell/lesskey index e548524..502bffa 100644 --- a/shell/lesskey +++ b/shell/lesskey @@ -48,8 +48,9 @@ l right-scroll # Ignore case if the search string doesn't contain any uppercase letters. # If there are uppercase letters respect case. # -# Don't use search-skip-screen as it makes it easy to miss matches on the -# current page. +# Don't use --search-skip-screen as it makes it easy to miss matches on the +# current page. Don't use --clear-screen which always prints a full screen +# (padded with "~" lines). LESS = --no-init --quit-if-one-screen --RAW-CONTROL-CHARS --ignore-case # Store less' history file in this directory. HISTORY_PATH is replaced by