Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


tmuxr (version 0.2.4)

kill_pane: 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.