From 23519fc0b440ccfe13d52ab3e09ea98c792d4fa7 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 19 Aug 2013 22:16:11 +0100 Subject: Add automatic-rename-format option allowing automatic rename to use something other than pane_current_command. --- tmux.1 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 19ae4a9b..c93f4d97 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2710,8 +2710,8 @@ The default is on. Control automatic window renaming. When this setting is enabled, .Nm -will attempt - on supported platforms - to rename the window to reflect the -command currently running in it. +will rename the window automatically using the format specified by +.Ic automatic-rename-format . This flag is automatically disabled for an individual window when a name is specified at creation with .Ic new-window @@ -2725,6 +2725,13 @@ It may be switched off globally with: set-window-option -g automatic-rename off .Ed .Pp +.It Ic automatic-rename-format Ar format +The format (see +.Sx FORMATS ) +used when the +.Ic automatic-rename +option is enabled. +.Pp .It Ic c0-change-interval Ar interval .It Ic c0-change-trigger Ar trigger These two options configure a simple form of rate limiting for a pane. -- cgit