Cross link scrollback fill enlarged window option in zoom action docs
This commit is contained in:
parent
02301e80ef
commit
bc8fc6642c
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
''')
|
||||
|
|
|
|||
Loading…
Reference in a new issue