Doing more with ‘less’ 

export LESS="-iXQSF -z-2"
-i      searches (with /) are case-insensitive
-X      leave text displayed on exit
-Q      quiet mode (never beep)
-S      scrolling rather than wrapping long lines
-F      quit if content fits on one screen
-z-2    scroll terminal-rows minus 2 lines