select_pane: Select a tmux pane

View source: R/select.R

select_paneR Documentation

Select a tmux pane

Description

Note that selecting a pane from a non-active window does not select that window.

Usage

select_pane(target = NULL, token = NULL)

select_pane_active(target = NULL)

select_pane_last(target = NULL)

select_pane_next(target = NULL)

select_pane_previous(target = NULL)

select_pane_top(target = NULL)

select_pane_bottom(target = NULL)

select_pane_left(target = NULL)

select_pane_right(target = NULL)

select_pane_top_left(target = NULL)

select_pane_top_right(target = NULL)

select_pane_bottom_left(target = NULL)

select_pane_bottom_right(target = NULL)

select_pane_up_of(target = NULL)

select_pane_down_of(target = NULL)

select_pane_left_of(target = NULL)

select_pane_right_of(target = NULL)

Arguments

target

A tmuxr_session, tmuxr_window, or tmuxr_pane. If NULL, the currently active pane is used. Default: NULL.

token

A string. Default NULL.

Value

A tmuxr_pane.


datascienceworkshops/tmuxr documentation built on April 26, 2024, 5:26 a.m.