how to prevent clear screen after less or more commands under tmux?

Hi to all!
How to prevent clearing screen after less or more commands under tmux? I noticed that in terminal without tmux it works. And in man I have found nothing about it:-(
Thank you for your help!
 
You've changed the defaults somewhere.

The default behaviour of the more(1) command is to not clear the screen. Same for less(1) (since they're actually the same binary, on FreeBSD).

Check if you have $LESS defined anywhere in your shell startup scripts.

Double-check your tmux settings as well.
 
Back
Top