fix(kitty): Add script required for moving between splits

This commit is contained in:
Pratik Tripathy
2024-09-18 15:12:12 +05:30
parent db493015ef
commit d027d8c1e5

View File

@@ -0,0 +1,9 @@
def main():
pass
def handle_result(args, result, target_window_id, boss):
return boss.active_tab.current_layout.name
handle_result.no_ui = True