Commit Diff


commit - fb280deb15e67b1bd8ef0f722a7430b8e9312871
commit + 27890b182992d202636b55c305e5dc4175f4cd0b
blob - 3d45c560c4bb01de1b6dee76d385939f0928c426
blob + b1b0a5ea784cc3f9b8cd7ddd9de6e0d18dae64af
--- tog/tog.1
+++ tog/tog.1
@@ -108,7 +108,7 @@ Move the selection cursor up.
 Move the selection cursor down one page.
 .It Cm Page-up, Ctrl+b
 Move the selection cursor up one page.
-.It Cm Home, g, Ctrl-u
+.It Cm Home, g
 Move the cursor to the newest commit.
 .It Cm End, G
 Move the cursor to the oldest commit.
blob - c79cf3b9c8bf97b4a0385e233df94c3f431f24d0
blob + c8ded57bca7b20145e9cfbd5a9b122e87139a810
--- tog/tog.c
+++ tog/tog.c
@@ -2415,7 +2415,6 @@ input_log_view(struct tog_view **new_view, struct tog_
 		select_commit(s);
 		break;
 	case 'g':
-	case CTRL('u'):
 	case KEY_HOME:
 		if (s->first_displayed_entry == NULL)
 			break;