mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Put the examples front and center
This commit is contained in:
parent
cc07b1f79d
commit
1a370ea9b6
1 changed files with 3 additions and 8 deletions
|
|
@ -223,11 +223,13 @@ Clone the current shell into a new window
|
|||
-----------------------------------------------
|
||||
|
||||
You can clone the current shell into a new kitty window by simply running the
|
||||
command:
|
||||
:code:`clone-in-kitty` command, for example:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
clone-in-kitty
|
||||
clone-in-kitty --type=tab
|
||||
clone-in-kitty --title "I am a clone"
|
||||
|
||||
This will open a new window running a new shell instance but with all
|
||||
environment variables and the current working directory copied. This even
|
||||
|
|
@ -242,13 +244,6 @@ are ignored: :option:`launch --allow-remote-control`, :option:`launch
|
|||
--allow-remote-control`, :option:`launch --stdin-source`, :option:`launch
|
||||
--marker` and :option:`launch --watcher`.
|
||||
|
||||
Some examples:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
clone-in-kitty --type=tab
|
||||
clone-in-kitty --title "I am a clone"
|
||||
|
||||
|
||||
.. _manual_shell_integration:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue