diff --git a/doc/Configurations.md b/doc/Configurations.md index 1a7479956..e30372c2f 100644 --- a/doc/Configurations.md +++ b/doc/Configurations.md @@ -156,6 +156,8 @@ You can see the hash by typing `IRB.conf`. Below are the primary entries: - `:USE_TRACER`: Whether to use the {IRB tracer}[rdoc-ref:IRB@Tracer]; initial value: `false`. +- `:USE_PAGER`: Controls whether "pagination" is enabled. + initial value: `true`. - `:VERBOSE`: Whether to print {verbose output}[rdoc-ref:IRB@Verbosity]; initial value: `nil`. - `:__MAIN__`: The main IRB object;