From 0e59bc75fd90c09e3ea936fd58a5a13e69208253 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 30 Jan 2012 09:39:34 +0000 Subject: Give each window a unique id, like panes but prefixed with @. Based on work from George Nachman. --- tmux.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 36e4719b..1d6d4c24 100644 --- a/tmux.1 +++ b/tmux.1 @@ -385,8 +385,9 @@ follows the same rules as for .Ar target-session , and .Em window -is looked for in order: as a window index, for example mysession:1; as an exact -window name, such as mysession:mywindow; then as an +is looked for in order: as a window index, for example mysession:1; +as a window id, such as @1; +as an exact window name, such as mysession:mywindow; then as an .Xr fnmatch 3 pattern or the start of a window name, such as mysession:mywin* or mysession:mywin. -- cgit