swap_pane: Swap two tmux windows or panes

Description Usage Arguments

View source: R/layout.R

Description

Swap two tmux windows or panes

Usage

1
2
3
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.


tmuxr documentation built on July 1, 2020, 5:19 p.m.