This commit is contained in:
Kovid Goyal 2018-01-10 12:57:15 +05:30
parent 102823809b
commit dcb39eb210
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -236,7 +236,7 @@ windows are:
You can control kitty from the command line/scripts by sending it messages.
You can tell kitty to open/close/rename tabs and windows. You can even send
arbitrary input/text to any specified window. Messages can be sent using
```kitty @```. Note that you must set `allow_remote_control yes` in your
`kitty @`. Note that you must set `allow_remote_control yes` in your
kitty.conf to use this feature. It even works over SSH connections. This
feature is best illustrated with a link:remote-control.asciidoc[tutorial].