diff --git a/commonsh/10_pager b/commonsh/10_pager index 6878a32..8f38326 100755 --- a/commonsh/10_pager +++ b/commonsh/10_pager @@ -13,5 +13,5 @@ if [[ $PAGER = "less" ]] ; then done # let less be case insensitive - export LESS='-iR' + export LESS='-i -R -M' fi