swap_pane: Swap two tmux windows or panes

View source: R/layout.R

swap_paneR Documentation

Swap two tmux windows or panes

Description

Swap two tmux windows or panes

Usage

swap_pane(from = NULL, to = NULL, reverse = FALSE, select = TRUE)

swap_window(from = NULL, to = NULL, select = TRUE)

Arguments

from

A tmuxr_window or tmuxr_pane.

to

A tmuxr_window or tmuxr_pane.

reverse

A logical.

select

A logical. If FALSE, do not select the new window or pane. Default: TRUE.


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