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
This commit is contained in:
@@ -137,3 +137,6 @@ setenv CLICOLOR 1
|
||||
|
||||
# other autolist options
|
||||
set autolist = TAB
|
||||
|
||||
# Case insensitive search in pager and man
|
||||
setenv PAGER less -I
|
||||
|
||||
Reference in New Issue
Block a user