]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
lesskey: Improve less options description.
authorSimon Ruderich <simon@ruderich.org>
Wed, 24 Mar 2010 20:10:52 +0000 (21:10 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 24 Mar 2010 20:10:52 +0000 (21:10 +0100)
lesskey

diff --git a/lesskey b/lesskey
index 6ed6b67d85bbb7c62af96f3b8a11768e19be6642..47cb71eec44da907009931ce7ef36ef78257eb25 100644 (file)
--- a/lesskey
+++ b/lesskey
@@ -9,9 +9,18 @@
 h left-scroll
 l right-scroll
 
+
 #env
 
-# Set options for less. If the command output fits on the current terminal
-# page less automatically quits. Also allows the use with colordiff. When
-# searching ignore case if no uppercase letter is used.
+# Set options for less.
+#
+# 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