mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Note on how clone-in-kitty works
This commit is contained in:
parent
f88a4fe986
commit
1994c17c75
1 changed files with 4 additions and 0 deletions
|
|
@ -253,6 +253,10 @@ that file to be sourced in the cloned window. Similarly, setting
|
|||
run in the cloned window with :code:`eval`. This can be controlled by
|
||||
:opt:`clone_source_strategies`.
|
||||
|
||||
:file:`clone-in-kitty` works by asking the shell to serialize its internal
|
||||
state (mainly CWD and env vars) and this state is transmitted to kitty and
|
||||
restored by the shell integration scripts in the cloned window.
|
||||
|
||||
|
||||
.. _manual_shell_integration:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue