Commit Diff


commit - 751490770ba7a1fe3669a4a604d7412ba8cba776
commit + 00f6361c1e0301276370cb0c7a731cb8b99caa2b
blob - b1b0a5ea784cc3f9b8cd7ddd9de6e0d18dae64af
blob + afb62a92772c0e6259b7569da715fdc97eac8dca
--- tog/tog.1
+++ tog/tog.1
@@ -216,7 +216,7 @@ Scroll up.
 Scroll down one page.
 .It Cm Page-up, Ctrl+b
 Scroll up one page.
-.It Cm Home, g, Ctrl-u
+.It Cm Home, g
 Scroll to the top of the view.
 .It Cm End, G
 Scroll to the bottom of the view.
blob - 06ff7cdc6e39eab3ef6dd7f651bd12066ef3b237
blob + 6634343663f70f87b50980785c135d40e05bc323
--- tog/tog.c
+++ tog/tog.c
@@ -3678,7 +3678,6 @@ input_diff_view(struct tog_view **new_view, struct tog
 		err = create_diff(s);
 		break;
 	case 'g':
-	case CTRL('u'):
 	case KEY_HOME:
 		s->first_displayed_line = 1;
 		break;