diff --git a/kitty/tabs.py b/kitty/tabs.py index d64ecd3fc..4991b0504 100644 --- a/kitty/tabs.py +++ b/kitty/tabs.py @@ -416,7 +416,9 @@ def goto_layout(self, layout_name: str, raise_exception: bool = False) -> None: Switches to the named layout if another layout is current, otherwise switches to the last used layout. Useful to "zoom" a window temporarily - by switching to the stack layout. For example:: + by switching to the stack layout. See also :opt:`scrollback_fill_enlarged_window` + if you would like content from the scrollback buffer to scroll down into the + zoomed window. For example:: map f1 toggle_layout stack ''')