diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-10-13 13:45:56 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-10-13 13:45:56 +0000 |
commit | 38df960e68302b0bce9f0812d9fcb22c42b72d19 (patch) | |
tree | c4894c5cc137e06648e16d21da0d1a25240f4e74 /tmux.1 | |
parent | 0907ca19310267a40a1e4edd76ec81e2bb79231d (diff) | |
download | rtmux-38df960e68302b0bce9f0812d9fcb22c42b72d19.tar.gz rtmux-38df960e68302b0bce9f0812d9fcb22c42b72d19.tar.bz2 rtmux-38df960e68302b0bce9f0812d9fcb22c42b72d19.zip |
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 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |