missed a couple of options

This commit is contained in:
Kovid Goyal 2021-11-21 22:41:30 +05:30
parent 12bcee3b78
commit b7a28afe7e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -599,7 +599,7 @@ indices into the list of selections. You can use 0 for the first selection and
default=auto default=auto
choices=auto,always,never choices=auto,always,never
Add trailing space after matched text. Defaults to auto, which adds the space Add trailing space after matched text. Defaults to auto, which adds the space
when used together with :code:`--multiple`. when used together with :option:`--multiple`.
--hints-offset --hints-offset

View File

@ -657,7 +657,7 @@ respect to the temporary directory. To control kitty, you can send
it commands with :italic:`kitty @` using the :option:`kitty @ --to` option to it commands with :italic:`kitty @` using the :option:`kitty @ --to` option to
specify this address. This option will be ignored, unless you set specify this address. This option will be ignored, unless you set
:opt:`allow_remote_control` to yes in :file:`kitty.conf`. Note that if you run :opt:`allow_remote_control` to yes in :file:`kitty.conf`. Note that if you run
:italic:`kitty @` within a kitty window, there is no need to specify the :code:`--to` :italic:`kitty @` within a kitty window, there is no need to specify the :option:`kitty @ --to`
option as it is read automatically from the environment. For UNIX sockets, this option as it is read automatically from the environment. For UNIX sockets, this
can also be specified in :file:`kitty.conf`. can also be specified in :file:`kitty.conf`.