aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-01-25 21:33:39 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-01-25 21:33:39 +0000
commit1e5a94fdb5e9fd50ed0d5c5b0a404fa8dc661060 (patch)
tree5de884941e3781e163794c543f77a8e598f081d8 /tmux.1
parent75e13c89776b103172ed5813f2198a2b75e3503f (diff)
downloadrtmux-1e5a94fdb5e9fd50ed0d5c5b0a404fa8dc661060.tar.gz
rtmux-1e5a94fdb5e9fd50ed0d5c5b0a404fa8dc661060.tar.bz2
rtmux-1e5a94fdb5e9fd50ed0d5c5b0a404fa8dc661060.zip
Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index f30c0d14..e78e837f 100644
--- a/tmux.1
+++ b/tmux.1
@@ -538,6 +538,7 @@ The following keys are supported as appropriate for the mode:
.Bl -column "FunctionXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent
.It Sy "Function" Ta Sy "vi" Ta Sy "emacs"
.It Li "Back to indentation" Ta "^" Ta "M-m"
+.It Li "Bottom of history" Ta "G" Ta "M-<"
.It Li "Clear selection" Ta "Escape" Ta "C-g"
.It Li "Copy selection" Ta "Enter" Ta "M-w"
.It Li "Cursor down" Ta "j" Ta "Down"
@@ -550,7 +551,7 @@ The following keys are supported as appropriate for the mode:
.It Li "Delete entire line" Ta "d" Ta "C-u"
.It Li "Delete to end of line" Ta "D" Ta "C-k"
.It Li "End of line" Ta "$" Ta "C-e"
-.It Li "Goto line" Ta ":" Ta "g"
+.It Li "Go to line" Ta ":" Ta "g"
.It Li "Half page down" Ta "C-d" Ta "M-Down"
.It Li "Half page up" Ta "C-u" Ta "M-Up"
.It Li "Next page" Ta "C-f" Ta "Page down"
@@ -566,6 +567,7 @@ The following keys are supported as appropriate for the mode:
.It Li "Search forward" Ta "/" Ta "C-s"
.It Li "Start of line" Ta "0" Ta "C-a"
.It Li "Start selection" Ta "Space" Ta "C-Space"
+.It Li "Top of history" Ta "g" Ta "M->"
.It Li "Transpose chars" Ta "" Ta "C-t"
.El
.Pp