##// END OF EJS Templates
pager: drop -S option for less in example for pager configuration...
Thomas Arendsen Hein -
r17305:e66fa4d5 stable
parent child Browse files
Show More
@@ -17,7 +17,7 b''
17 To set the pager that should be used, set the application variable::
17 To set the pager that should be used, set the application variable::
18
18
19 [pager]
19 [pager]
20 pager = less -FRSX
20 pager = less -FRX
21
21
22 If no pager is set, the pager extensions uses the environment variable
22 If no pager is set, the pager extensions uses the environment variable
23 $PAGER. If neither pager.pager, nor $PAGER is set, no pager is used.
23 $PAGER. If neither pager.pager, nor $PAGER is set, no pager is used.
General Comments 0
You need to be logged in to leave comments. Login now