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

@@ -253,7 +253,7 @@ Detailed list of changes
- macOS: Fix occasional phantom cursors being drawn on screen (:iss:`9725`)
- diff kitten: A new option :opt:`kitten-diff.sticky_header` to pin the current file's name to the top of the screen as you scroll through a multi-file diff (:pull:`9891`)
- diff kitten: Keep the current (topmost) filename visible when scrolling, controlled by a new option :opt:`kitten-diff.sticky_header` (:pull:`9891`)
0.46.2 [2026-03-21]

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.
''')