diff options
Diffstat (limited to '')
-rw-r--r-- | test/myclirc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/myclirc b/test/myclirc index 0c1a7ad..7d96c45 100644 --- a/test/myclirc +++ b/test/myclirc @@ -89,6 +89,9 @@ keyword_casing = auto # disabled pager on startup enable_pager = True +# Choose a specific pager +pager = less + # Custom colors for the completion menu, toolbar, etc. [colors] completion-menu.completion.current = "bg:#ffffff #000000" |