mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-21 12:17:14 +00:00
...
This commit is contained in:
parent
214dc73c52
commit
ee5a2413c6
1 changed files with 3 additions and 2 deletions
|
|
@ -307,8 +307,9 @@ class Tab: # {{{
|
|||
return [
|
||||
f'new_tab {self.name}'.rstrip(),
|
||||
f'layout {self._current_layout_name}',
|
||||
f'enabled_layouts {",".join(self.enabled_layouts)}'
|
||||
f'set_layout_state {json.dumps(self.current_layout.serialize(self.windows))}\n'
|
||||
f'enabled_layouts {",".join(self.enabled_layouts)}',
|
||||
f'set_layout_state {json.dumps(self.current_layout.serialize(self.windows))}',
|
||||
''
|
||||
] + launch_cmds
|
||||
return []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue