mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Add align_top_left option to avoid a padding on the top/left
This commit is contained in:
@@ -558,6 +558,10 @@ value :code:`all` means all layouts. The first listed layout will be used as the
|
||||
startup layout. For a list of available layouts, see the :ref:`layouts`.
|
||||
'''))
|
||||
|
||||
o('align_top_left', False, long_text=_('''
|
||||
Align terminal to the top left corner, i.e. put padding on the bottom and right. Default is centered.
|
||||
'''))
|
||||
|
||||
o('window_resize_step_cells', 2, option_type=positive_int, long_text=_('''
|
||||
The step size (in units of cell width/cell height) to use when resizing
|
||||
windows. The cells value is used for horizontal resizing and the lines value
|
||||
|
||||
Reference in New Issue
Block a user