diff --git a/kitty/options/definition.py b/kitty/options/definition.py index f4e651b51..864ff7df9 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -820,8 +820,8 @@ agr('window', 'Window layout') opt('remember_window_size', 'yes', option_type='to_bool', long_text=''' -If enabled, the window size will be remembered so that new instances of kitty -will have the same size as the previous instance. If disabled, the window will +If enabled, the :term:`OS Window ` size will be remembered so that new instances of kitty +will have the same size as the previous instance. If disabled, the :term:`OS Window ` will initially have size configured by initial_window_width/height, in pixels. You can use a suffix of "c" on the width/height values to have them interpreted as number of cells instead of pixels.