summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-17 08:21:54 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-17 08:21:54 +0000
commit958cd9cb94bc5aeccc81c4bdc58160316cd87f46 (patch)
treedce2852a8dfc1abe1cd8eaa59b44d55259efe3d8 /tmux.1
parent54d01c1a5ff8b4c832c439591a9eee745ba75507 (diff)
-k on link-window to kill dest window if it exists.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.112
1 files changed, 9 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index af08ef1a..6df6d316 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.14 2007-11-16 21:12:31 nicm Exp $
+.\" $Id: tmux.1,v 1.15 2007-11-17 08:21:54 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -171,6 +171,7 @@ removing it from any sessions to which it is linked.
.D1 (alias: Ic last )
Select the last (previously selected) window.
.It Xo Ic link-window
+.Op Fl dk
.Op Fl i Ar destination-index
.Ar source-name Ar source-index
.Xc
@@ -183,9 +184,14 @@ into the specified session. If
.Ar destination-index
is specified and no window exists with that index, the window is linked at
that index.
-If a window already exists at
+If
+.Fl k
+is given and a window exists at
.Ar destination-index ,
-an error is generated.
+it is killed, otherwise an error is generated.
+If
+.Fl d
+is given, the newly linked window is not selected.
.It Xo Ic list-clients
.Xc
.D1 (alias: Ic lsc )