kill_pane: Kill a tmux pane

View source: R/pane.R

kill_paneR Documentation

Kill a tmux pane

Description

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

Usage

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.


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