kill_pane: Kill a tmux pane

Description Usage Arguments

View source: R/pane.R

Description

Destroy the given pane. If no panes remain in the containing window, it is also destroyed.

Usage

1
kill_pane(target = NULL, inverse = FALSE)

Arguments

target

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

inverse

A logical. If TRUE, kills all but the target pane. Default: FALSE.


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