Learn R Programming

tmuxr (version 0.2.4)

send_prefix: Send prefix to a tmux pane

Description

Send prefix to a tmux pane

Usage

send_prefix(target = NULL, secondary = FALSE)

Arguments

target

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

secondary

A logical. If TRUE, send secondary prefix. Default: FALSE.