From 761e5e8b7a2b297622b17bec7c9a72caed2b44f3 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 16 Sep 2008 17:41:31 +0200 Subject: [PATCH] Ignore case when searching in less if no uppercase character is used. --- lesskey | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.44.1