Show More
@@ -14,7 +14,7 b'' | |||
|
14 | 14 | |
|
15 | 15 | '''browse command output with an external pager |
|
16 | 16 | |
|
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 | 19 | [pager] |
|
20 | 20 | pager = LESS='FSRX' less |
@@ -22,18 +22,18 b' To set the pager that should be used, se' | |||
|
22 | 22 | If no pager is set, the pager extensions uses the environment variable $PAGER. |
|
23 | 23 | If neither pager.pager, nor $PAGER is set, no pager is used. |
|
24 | 24 | |
|
25 | If you notice "BROKEN PIPE" error messages, you can disable them by setting: | |
|
25 | If you notice "BROKEN PIPE" error messages, you can disable them by setting:: | |
|
26 | 26 | |
|
27 | 27 | [pager] |
|
28 | 28 | quiet = True |
|
29 | 29 | |
|
30 | 30 | You can disable the pager for certain commands by adding them to the |
|
31 | pager.ignore list: | |
|
31 | pager.ignore list:: | |
|
32 | 32 | |
|
33 | 33 | [pager] |
|
34 | 34 | ignore = version, help, update |
|
35 | 35 | |
|
36 | You can also enable the pager only for certain commands using pager.attend: | |
|
36 | You can also enable the pager only for certain commands using pager.attend:: | |
|
37 | 37 | |
|
38 | 38 | [pager] |
|
39 | 39 | attend = log |
General Comments 0
You need to be logged in to leave comments.
Login now