From b7a28afe7e3de79ee2407f6d25e4b0d089799722 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 21 Nov 2021 22:41:30 +0530 Subject: [PATCH] missed a couple of options --- kittens/hints/main.py | 2 +- kitty/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kittens/hints/main.py b/kittens/hints/main.py index 855309f44..d8d4dd93d 100644 --- a/kittens/hints/main.py +++ b/kittens/hints/main.py @@ -599,7 +599,7 @@ indices into the list of selections. You can use 0 for the first selection and default=auto choices=auto,always,never 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 diff --git a/kitty/cli.py b/kitty/cli.py index 09e7178c7..ce87df762 100644 --- a/kitty/cli.py +++ b/kitty/cli.py @@ -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 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 -: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 can also be specified in :file:`kitty.conf`.