From f0cb57d8ac1a342c862320e30728ae2c1ea556aa Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 8 Sep 2009 00:01:11 +0000 Subject: Sync OpenBSD patchset 321: While the display-panes indicator is on screen, make the number keys select the pane with that index. --- tmux.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 1408ffa2..78d43c9f 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.165 2009-09-07 23:37:48 tcunha Exp $ +.\" $Id: tmux.1,v 1.166 2009-09-08 00:01:11 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -689,6 +689,11 @@ See the and .Ic display-panes-colour session options. +While the indicator is on screen, a pane may be selected with the +.Ql 0 +to +.Ql 9 +keys. .It Ic down-pane Op Fl t Ar target-pane .D1 (alias: Ic downp ) Move down a pane. -- cgit