mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
Docs: Unify the list style of available values
Highlight the value and provide hyperlink in the description.
This commit is contained in:
@@ -59,24 +59,24 @@ default=window
|
|||||||
choices=window,tab,os-window,overlay,background,clipboard,primary
|
choices=window,tab,os-window,overlay,background,clipboard,primary
|
||||||
Where to launch the child process:
|
Where to launch the child process:
|
||||||
|
|
||||||
:term:`window`
|
:code:`window`
|
||||||
a new :term:`window` in the current tab,
|
A new :term:`kitty window <window>` in the current tab
|
||||||
|
|
||||||
:term:`tab`
|
:code:`tab`
|
||||||
a new tab in the current :term:`OS Window <os_window>`
|
A new :term:`tab` in the current OS window
|
||||||
|
|
||||||
:term:`os-window <os_window>`
|
:code:`os-window <os_window>`
|
||||||
a new operating system window
|
A new :term:`operating system window <os_window>`
|
||||||
|
|
||||||
:term:`overlay`
|
:code:`overlay`
|
||||||
an overlay window covering the current active window.
|
An :term:`overlay window <overlay>` covering the current active kitty window
|
||||||
|
|
||||||
:italic:`background`
|
:code:`background`
|
||||||
the process will be run in the background, without a window
|
The process will be run in the :italic:`background`, without a kitty window.
|
||||||
|
|
||||||
:italic:`clipboard` and :italic:`primary`
|
:code:`clipboard`, :code:`primary`
|
||||||
are meant to work with :option:`--stdin-source <launch --stdin-source>` to copy
|
These two are meant to work with :option:`--stdin-source <launch --stdin-source>` to copy
|
||||||
data to the system clipboard or primary selection.
|
data to the :italic:`system clipboard` or :italic:`primary selection`.
|
||||||
|
|
||||||
#placeholder_for_formatting#
|
#placeholder_for_formatting#
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user