mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 08:01:58 +02:00
Make sticky_header default to yes
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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.
|
||||
''')
|
||||
|
||||
Reference in New Issue
Block a user