diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-15 01:52:47 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-15 01:52:47 +0000 |
commit | a505ca69d9417257d2fe0c47376a0e21833802c2 (patch) | |
tree | 2a5ae8cb3d4a3de1aebe89f6fc3f3f830d0be732 /tmux.1 | |
parent | 428f76db803343f701682f720411b6cec3318c8e (diff) | |
download | rtmux-a505ca69d9417257d2fe0c47376a0e21833802c2.tar.gz rtmux-a505ca69d9417257d2fe0c47376a0e21833802c2.tar.bz2 rtmux-a505ca69d9417257d2fe0c47376a0e21833802c2.zip |
Sync OpenBSD patchset 407:
Add mode keys to move the cursor to the top, middle and bottom of the screen.
H/M/L in vi mode and M-R/M-r in emacs (bottom of screen not bound in emacs).
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.191 2009-10-15 01:31:38 tcunha Exp $ +.\" $Id: tmux.1,v 1.192 2009-10-15 01:52:47 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: October 12 2009 $ +.Dd $Mdocdate: October 13 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -538,6 +538,9 @@ The following keys are supported as appropriate for the mode: .It Li "Start of line" Ta "0" Ta "C-a" .It Li "Start selection" Ta "Space" Ta "C-Space" .It Li "Transpose chars" Ta "" Ta "C-t" +.It Li "Cursor to top line" Ta "H" Ta "M-R" +.It Li "Cursor to middle line" Ta "M" Ta "M-r" +.It Li "Cursor to bottom line" Ta "L" Ta "" .El .Pp These key bindings are defined in a set of named tables: |