Documentation ¶ Overview ¶ Package proxy handles tmux passthrough: exec tmux -L pmux [args...]. Index ¶ func ExecTmux(socket string, tmuxBin string, args ...string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ExecTmux ¶ func ExecTmux(socket string, tmuxBin string, args ...string) error ExecTmux replaces the current process with tmux targeting the given socket. If tmuxBin is empty, tmux is resolved from PATH. This function does not return on success (the process is replaced). Types ¶ This section is empty. Source Files ¶ View all Source files proxy.go Click to show internal directories. Click to hide internal directories.