From: Simon Ruderich Date: Tue, 16 Sep 2008 15:41:31 +0000 (+0200) Subject: Ignore case when searching in less if no uppercase character is used. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=761e5e8b7a2b297622b17bec7c9a72caed2b44f3;p=config%2Fdotfiles.git Ignore case when searching in less if no uppercase character is used. --- diff --git a/lesskey b/lesskey index 70f9ae1..c1a4a72 100644 --- a/lesskey +++ b/lesskey @@ -9,5 +9,6 @@ #env # Set options for less. If the command output fits on the current terminal -# page less automatically quits. Also allows the use with colordiff. -LESS = --no-init --search-skip-screen --quit-if-one-screen --RAW-CONTROL-CHARS +# page less automatically quits. Also allows the use with colordiff. When +# searching ignore case if no uppercase letter is used. +LESS = --no-init --search-skip-screen --quit-if-one-screen --RAW-CONTROL-CHARS --ignore-case