Switch over to at-cmd form for references.

Sphinx anyway converts at_cmd to at-cmd for anchors in HTML so using at-cmd
consistently.
This commit is contained in:
Kovid Goyal
2022-08-28 11:54:32 +05:30
parent 555020cfd5
commit 3bcb694b1b
6 changed files with 9 additions and 9 deletions

View File

@@ -132,8 +132,8 @@ You can also define keyboard shortcuts to set colors, for example::
map f1 set_colors --configured /path/to/some/config/file/colors.conf
Or you can enable :doc:`remote control <remote-control>` for |kitty| and use
:ref:`at_set-colors`. The shortcut mapping technique has the same syntax as the
remote control command, for details, see :ref:`at_set-colors`.
:ref:`at-set-colors`. The shortcut mapping technique has the same syntax as the
remote control command, for details, see :ref:`at-set-colors`.
To change colors when SSHing into a remote host, use the :opt:`color_scheme
<kitten-ssh.color_scheme>` setting for the :doc:`ssh kitten <kittens/ssh>`.