]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
lesskey: Don't use --search-skip-screen.
authorSimon Ruderich <simon@ruderich.org>
Thu, 20 Dec 2012 16:19:39 +0000 (17:19 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 20 Dec 2012 16:19:39 +0000 (17:19 +0100)
lesskey

diff --git a/lesskey b/lesskey
index 3a4e402ef6d2fbb60e171103be39b84974b05af4..a89aeb00dae95fc5dc91dccb776c194173c0b775 100644 (file)
--- a/lesskey
+++ b/lesskey
@@ -38,14 +38,16 @@ l right-scroll
 #
 # 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 ~/.