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
.