Change the default pager (more/less/most)
I've got the habit to use most as default pager on my Debian installs.
Here is what has to be done to keep less and most working together and still benefit of the advantages of most like the syntax-coloured manpages:
# apt-get install less most # update-alternatives --config pagerAnd choose you preferred pager as default.