commit - 8f0b819c6d60177a5a3660bec816451870cbb213
commit + c0d30c230201ac93afae8ccdccb2d4a167aa5e54
blob - 543c3a8a0c5cf85a1d51c9eed2f3ec8db95a0599
blob + 6faea958781ca6c66c597b70c87ce43ddc02e349
--- tog/tog.1
+++ tog/tog.1
.It Cm q
Quit the view which is in focus.
.It Cm Tab
-Switch focus to the next view. Cycles through all views.
+Switch focus between views.
.It Cm f
-Toggle fullscreen mode for the view which is in focus.
+Toggle fullscreen mode for a split-screen view.
.El
.Pp
Global options must precede the command name, and are as follows:
.It Cm Up-arrow, k, [, Page-up
Move the selection cursor up.
.It Cm Enter
-Switch to the
+Open a
.Cm diff
view showing file changes made in the currently selected commit.
.It Cm t
-Switch to the
+Open a
.Cm tree
view showing the tree for the currently selected commit.
.It Cm Backspace
.It Cm Up-arrow, k, Page-up
Move the selection cursor up.
.It Cm Enter
-Switch to the
+Open a
.Cm diff
view for the currently selected line's commit.
.It Cm b
-Show the
+Reload the
.Cm blame
-view for the version of the file in the currently selected line's commit.
+view with the version of the file as found in the currently
+selected line's commit.
.It Cm p
-Show the
+Reload the
.Cm blame
-view for the version of the file in the currently selected line's commit's
-parent commit.
+view with the version of the file as found in the parent commit of the
+currently selected line's commit.
.It Cm B
-Switch the
+Reload the
.Cm blame
-view back to the previously blamed commit.
+view with the previously blamed commit.
.El
.Pp
The options for
.Cm blame
view for the currently selected file.
.It Cm l
-Switch to the
+Open a
.Cm log
view for the currently selected tree entry.
.It Cm Backspace
Move back to the parent directory.
.It Cm i
-Show the object IDs for all objects displayed in the
+Show object IDs for all objects displayed in the
.Cm tree
view.
.El