diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-08 00:01:11 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-08 00:01:11 +0000 |
commit | f0cb57d8ac1a342c862320e30728ae2c1ea556aa (patch) | |
tree | 561996fecfa13ab2744fb724299bcea6bb3cd7ca /tmux.1 | |
parent | 930f67f4740b2ecca065be653339d5cf51c9a19f (diff) | |
download | rtmux-f0cb57d8ac1a342c862320e30728ae2c1ea556aa.tar.gz rtmux-f0cb57d8ac1a342c862320e30728ae2c1ea556aa.tar.bz2 rtmux-f0cb57d8ac1a342c862320e30728ae2c1ea556aa.zip |
Sync OpenBSD patchset 321:
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 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 <nicm@users.sourceforge.net> .\" @@ -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. |