Skip to content

Commit 5b75dd3

Browse files
committed
config: set default pager to less
Fixes #143
1 parent c5114d3 commit 5b75dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppman/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Config(object):
3333
DEFAULTS = {
3434
'Source': 'cppreference.com',
3535
'UpdateManPath': 'false',
36-
'Pager': 'vim'
36+
'Pager': 'less'
3737
}
3838

3939
def __init__(self, configfile):

0 commit comments

Comments
 (0)