Question for CLI users. I just switched from ElCap to High Sierra and one of the little unexpected changes was in the behavior of the 'more' command, which as we know is really 'less' these days. I use 'more' a lot in aliases ('ls -laF * | more' for example) and on ElCap when it came to the end of a file it would gracefully exit and drop me back into the shell (I run tcsh). Now, it stays in 'more' and the last line displayed is '(END)' and I have to explicitly exit the command (ENTER or q). If I start typing the next command I find myself in vi. Is there some toggle, or environment variable, that will change this behavior?