From 31407b70e00cd3e18eb9107b99ba54a5f55b79d0 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 22 Feb 2013 14:31:38 +0000 Subject: Add option command-prefix which is automatically prepended to any command (apart from a naked default-shell). The default is "exec ". --- tmux.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 8731efb9..f52f17fb 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2708,6 +2708,13 @@ Set clock colour. .Xc Set clock hour format. .Pp +.It Ic command-prefix Ar string +String prefixed to commands (apart from a plain shell as set by the +.Ic default-shell +option). +The default is +.Ql "exec\ " . +.Pp .It Ic force-height Ar height .It Ic force-width Ar width Prevent -- cgit