mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 04:03:16 +02:00
Get rid of the |kitty.conf| substitution
This commit is contained in:
@@ -85,8 +85,8 @@ def do_io(to, send, no_response):
|
||||
|
||||
all_commands = tuple(sorted(cmap))
|
||||
cli_msg = (
|
||||
'Control {appname} by sending it commands. Add'
|
||||
' :italic:`allow_remote_control yes` to |kitty.conf| for this'
|
||||
'Control {appname} by sending it commands. Set the'
|
||||
' :opt:`allow_remote_control` option to yes in :file:`kitty.conf` for this'
|
||||
' to work.'
|
||||
).format(appname=appname)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user