From 293104d09120431ad8066b15e28a0658cdded0a8 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 20 Dec 2012 17:29:12 +0100 Subject: [PATCH] lesskey: Minor documentation update. --- lesskey | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lesskey b/lesskey index a89aeb0..e446956 100644 --- a/lesskey +++ b/lesskey @@ -20,7 +20,7 @@ # Map "-" to go up one screen like in mutt. - back-screen -# Map h and l to work like in Vim (go left/right). +# Map h and l to work like in Vim (go left/right). To display the help use H. h left-scroll l right-scroll @@ -36,14 +36,14 @@ l right-scroll # Set options for less. # -# no-init: Disable initialization termcap as it sometimes causes the screen to -# get cleared. +# no-init: Disable initialization termcap as it causes the screen to get +# cleared on some systems. # 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. +# letters. If there are upperspace letters respect case. # # Don't use search-skip-screen or it's easy to miss matches on the current # page. -- 2.44.1