Make sticky_header default to yes

This commit is contained in:
Kovid Goyal
2026-04-19 12:14:39 +05:30
parent ed6bdacf44
commit a3dfe2b55a
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ If an invalid expression is provided, diff will fail with an error.
'''
)
opt('sticky_header', 'no', option_type='to_bool', long_text='''
opt('sticky_header', 'yes', option_type='to_bool', long_text='''
When scrolled past the header of a file, keep the file's name and separator
pinned to the top of the screen.
''')