diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-05-14 14:33:39 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-05-14 14:33:39 +0000 |
commit | 9900e28ba88526eec3ba623ea1ebc94116257c97 (patch) | |
tree | 99925eae7e89558ff364cb594f69eb7401aa0ac8 /tmux.1 | |
parent | fc69b9ccb79fc5d1a345918d1ceccf990eb723ef (diff) | |
download | rtmux-9900e28ba88526eec3ba623ea1ebc94116257c97.tar.gz rtmux-9900e28ba88526eec3ba623ea1ebc94116257c97.tar.bz2 rtmux-9900e28ba88526eec3ba623ea1ebc94116257c97.zip |
Sync OpenBSD patchset 697:
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.1 | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.248 2010-05-14 14:19:41 tcunha Exp $ +.\" $Id: tmux.1,v 1.249 2010-05-14 14:33:39 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 2 2010 $ +.Dd $Mdocdate: May 5 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -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 |