aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-05-05 23:24:23 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-05-05 23:24:23 +0000
commite0f4697e7cfd1a09d6332eae607fd3a9a1181234 (patch)
treeee2c7974dfeedcddb80acbeb5bf23f4a74450a12 /tmux.1
parentc4a2fdf15b5f6cd35319e36636b7daee8061c2ab (diff)
downloadrtmux-e0f4697e7cfd1a09d6332eae607fd3a9a1181234.tar.gz
rtmux-e0f4697e7cfd1a09d6332eae607fd3a9a1181234.tar.bz2
rtmux-e0f4697e7cfd1a09d6332eae607fd3a9a1181234.zip
Identical behaviour to select-prompt can now be obtained with
command-prompt, so remove select-prompt and change ' to be bound to command-prompt -p index "select-window -t :%%".
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.16
1 files changed, 1 insertions, 5 deletions
diff --git a/tmux.1 b/tmux.1
index 49816e24..26966cb6 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1265,7 +1265,7 @@ or
keys, quotation marks are necessary, for example:
.Bd -literal -offset indent
bind-key '"' split-window
-bind-key "'" select-prompt
+bind-key "'" new-window
.Ed
.Pp
Commands related to key bindings are as follows:
@@ -2316,10 +2316,6 @@ The format of
is as for
.Ic status-left ,
with the exception that #() are not handled.
-.It Ic select-prompt Op Fl t Ar target-client
-Open a prompt inside
-.Ar target-client
-allowing a window index to be entered interactively.
.El
.Sh BUFFERS
.Nm