mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Make sticky_header default to yes
This commit is contained in:
@@ -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