From ec95b6a3c77b72aca1823f1b118a7983c130e4df Mon Sep 17 00:00:00 2001 From: Alexander Ziaee Date: Sat, 19 Apr 2025 12:41:23 -0400 Subject: [PATCH] examples/csh: Case insensitive search in pager This is one of the most commonly requested configurations I'm asked to share or put in man(1). Currently I think this is the most appropriate and cannonical place for it. MFC after: 3 days Reviewed by: carlavilla, imp Approved by: carlavilla (mentor) Differential Revision: https://reviews.freebsd.org/D49833 --- share/examples/csh/dot.cshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/examples/csh/dot.cshrc b/share/examples/csh/dot.cshrc index 5cda009dbd9..4408af31cda 100644 --- a/share/examples/csh/dot.cshrc +++ b/share/examples/csh/dot.cshrc @@ -137,3 +137,6 @@ setenv CLICOLOR 1 # other autolist options set autolist = TAB + +# Case insensitive search in pager and man +setenv PAGER less -I