# 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