From feeba9b5f5bad652f673369523cfc92dc2488783 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 10 Feb 2018 07:35:36 +0530 Subject: [PATCH] Add a note about where kitty @ messaging works --- remote-control.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/remote-control.asciidoc b/remote-control.asciidoc index 7130ad574..4900635e2 100644 --- a/remote-control.asciidoc +++ b/remote-control.asciidoc @@ -75,3 +75,8 @@ to control individual windows. As you can see, it is very easy to control kitty using the `kitty @` messaging system. This tutorial touches only the surface of what is possible. See `kitty @ --help` for more details. + +Note that `kitty @` messaging works only when run inside a kitty window, +not anywhere. But, within a kitty window it even works over SSH. If you want +a command to open new windows in existing kitty instances, from outside of kitty, +use `kitty --single-instance`. See `kitty --help` for details.