From 7852e0b6189d16154b55a07e2c288e785cd53e96 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 12 Oct 2021 12:54:51 +0530 Subject: [PATCH] Clarify docs --- kitty/options/definition.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 4efabb590..013d07d10 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -726,7 +726,8 @@ a list of available layouts, see the :ref:`layouts`. opt('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 step size (in units of cell width/cell height) to use when resizing kitty windows +in a layout with the keyboard (:sc:`start_resizing_window`). The cells value is used for horizontal resizing and the lines value for vertical resizing. '''