Visual Guide
spawn_split(program, "x")
spawn_split(program, "y")
spawn_tab(program)
spawn_tab(program, new_level=True)
spawn_tab(program)
spawn_tab(program, level=1)
merge_to_subtab("right")merge_to_subtab("left")merge_to_subtab("up")merge_to_subtab("right")push_in("right")push_in("left")pull_out()
pull_out(position="next")
pull_out()
pull_out()
pull_out_to_tab()
pull_out_to_tab()
pull_out_to_tab()
merge_tabs("previous", "x")merge_tabs("previous", "y")toggle_container_select_mode()
select_container_outer()
select_container_inner()
spawn_split(program, "x")
spawn_tab(program, new_level=True)
focus_nth_tab(3)
focus_nth_tab(2) / focus_nth_tab(2, level=-1)
focus_nth_tab(2, level=1)
focus_nth_window(3)
focus_nth_window(3)
focus_nth_window(3, ignore_inactive_tabs_at_levels=[1])
focus_nth_window(3)
focus_nth_window(3, ignore_inactive_tabs_at_levels=[1,2])
Applicable to merge_to_subtab(), push_in(), pull_out()
merge_to_subtab(
"right",
src_selection="mru_deepest",
dest_selection="mru_deepest",
)merge_to_subtab(
"right",
src_selection="mru_deepest",
dest_selection="mru_largest",
)merge_to_subtab(
"right",
src_selection="mru_largest",
dest_selection="mru_deepest",
)merge_to_subtab(
"right",
src_selection="mru_largest",
dest_selection="mru_largest",
)merge_to_subtab(
"right",
dest_selection="mru_subtab_else_deepest",
)merge_to_subtab(
"left",
dest_selection="mru_subtab_else_deepest",
)merge_to_subtab(
"right",
dest_selection="mru_subtab_else_largest",
)merge_to_subtab(
"left",
dest_selection="mru_subtab_else_largest",
)