Add a note about where kitty @ messaging works

This commit is contained in:
Kovid Goyal 2018-02-10 07:35:36 +05:30
parent b1b76ca250
commit feeba9b5f5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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.