From bc8fc6642cd162b8c233bb3120cc009e8761df3f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 6 Aug 2025 09:58:28 +0530 Subject: [PATCH] Cross link scrollback fill enlarged window option in zoom action docs --- kitty/tabs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ class Tab: # {{{ 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 ''')