We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5114d3 commit 5b75dd3Copy full SHA for 5b75dd3
1 file changed
cppman/config.py
@@ -33,7 +33,7 @@ class Config(object):
33
DEFAULTS = {
34
'Source': 'cppreference.com',
35
'UpdateManPath': 'false',
36
- 'Pager': 'vim'
+ 'Pager': 'less'
37
}
38
39
def __init__(self, configfile):
0 commit comments