Commit Diff


commit - 87c7274c9ecb879f409f7330507031ea4c0fdf60
commit + e350feedfce6b6a668fc796711cf1443e384789d
blob - 1cc27edeaa78f56014e22f4fb12a4a8b0efa94b3
blob + 52e4bd531e8caf28434311b0e1f393a12dd34e1f
--- tog/tog.1
+++ tog/tog.1
@@ -86,11 +86,11 @@ The key bindings for
 .Cm tog log
 are as follows:
 .Bl -tag -width Ds
-.It Cm Down-arrow, j, Page-down, >, Full stop
+.It Cm Down-arrow, j, Page-down, >, Full stop, Ctrl-f
 Move the selection cursor down.
-.It Cm Up-arrow, k, Page-up, <, Comma
+.It Cm Up-arrow, k, Page-up, <, Comma, Ctrl-b
 Move the selection cursor up.
-.It Cm Enter
+.It Cm Enter, Space
 Open a
 .Cm diff
 view showing file changes made in the currently selected commit.