From 3f3b01c7ce503d98ab649fa4aecde741ce63cec0 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 7 Sep 2009 21:12:12 +0000 Subject: While the display-panes indicator is on screen, make the number keys select the pane with that index. --- tmux.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 757005d9..c630c179 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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