diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-09-07 21:12:12 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-09-07 21:12:12 +0000 |
commit | 3f3b01c7ce503d98ab649fa4aecde741ce63cec0 (patch) | |
tree | e219aa9249b719801118cb54d4b86b16d74472f7 /tmux.1 | |
parent | 51c95747d878405bcbe2077c5c27c6b1a87c48a8 (diff) | |
download | rtmux-3f3b01c7ce503d98ab649fa4aecde741ce63cec0.tar.gz rtmux-3f3b01c7ce503d98ab649fa4aecde741ce63cec0.tar.bz2 rtmux-3f3b01c7ce503d98ab649fa4aecde741ce63cec0.zip |
While the display-panes indicator is on screen, make the number keys select the
pane with that index.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |