aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-08-19 22:16:11 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-08-19 22:16:11 +0100
commit23519fc0b440ccfe13d52ab3e09ea98c792d4fa7 (patch)
tree4e79c447e4c62f85a2d8763497cb9e1f250fb873 /tmux.1
parent04288fcd4c99117f730f37f8a63ded96fcc04c9d (diff)
downloadrtmux-23519fc0b440ccfe13d52ab3e09ea98c792d4fa7.tar.gz
rtmux-23519fc0b440ccfe13d52ab3e09ea98c792d4fa7.tar.bz2
rtmux-23519fc0b440ccfe13d52ab3e09ea98c792d4fa7.zip
Add automatic-rename-format option allowing automatic rename to use something
other than pane_current_command.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.111
1 files changed, 9 insertions, 2 deletions
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.