From cb71a24af591a05cfb06045a74027208969177e0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 22 Apr 2025 15:05:43 +0530 Subject: [PATCH] document launching new panels --- docs/kittens/panel.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/kittens/panel.rst b/docs/kittens/panel.rst index c6d3634c4..c115f8d7b 100644 --- a/docs/kittens/panel.rst +++ b/docs/kittens/panel.rst @@ -109,5 +109,9 @@ To move the panel to the bottom of the screen and increase its height:: kitten @ --to=unix:/tmp/mypanel resize-os-window --action=os-panel \ --incremental edge=bottom lines=4 +To create a new panel in the same instance (line creating a new OS window):: + + kitten @ launch --type=os-panel --os-panel edge=left --os-panel columns=8 top + .. include:: ../generated/cli-kitten-panel.rst