#
# no-init: Disable initialization termcap as it sometimes causes the screen to
# get cleared.
-# search-skip-screen: Start searching at the bottom of the screen.
# quit-if-one-screen: If the output fits on the current screen quit less.
# RAW-CONTROL-CHARS: Display ANSI "color" escape sequences to allow colored
# output. Other escape sequences are drawn in caret
# notation.
# 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
+#
+# Don't use search-skip-screen or it's easy to miss matches on the current
+# page.
+LESS = --no-init --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 ~/.