From 76f354e37c5d032db1c37424b948d669e6c7ca80 Mon Sep 17 00:00:00 2001 From: CodingAlphaWolf <51167319+CodingAlphaWolf@users.noreply.github.com> Date: Thu, 20 Aug 2026 04:52:38 +0200 Subject: [PATCH] kitty: add example (#23463) Co-authored-by: Lena Pastwa --- pages/common/kitty.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/kitty.md b/pages/common/kitty.md index fac95e2537..1058cfba2a 100644 --- a/pages/common/kitty.md +++ b/pages/common/kitty.md @@ -22,3 +22,7 @@ - Copy the contents of `stdin` to the clipboard: `echo {{example}} | kitty +kitten clipboard` + +- Open a terminal without loading the user config: + +`kitty --config NONE`