From dcb39eb2101387cbf07193be2fe06f3e6ecec67e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 10 Jan 2018 12:57:15 +0530 Subject: [PATCH] ... --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index aed3b899c..84c6d03e6 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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].