Skip to main content

focus_tab_terminal_pane

Function focus_tab_terminal_pane 

Source
pub fn focus_tab_terminal_pane(
    session: Option<&str>,
    tab_id: usize,
    pane_id: u32,
) -> Result<()>
Expand description

Focuses a terminal pane by first selecting its tab and then selecting its pane.

ยงErrors

  • Either underlying zellij action call fails.