Commit 72640c6b9523d614bd76c74d22b0df01d2a42598

Stefan Sperling 2019-03-07T13:36:36

add another TODO for tog

1
2
3
4
5
6
7
8
9
10
diff --git a/TODO b/TODO
index 669f591..a90f9ab 100644
--- a/TODO
+++ b/TODO
@@ -8,3 +8,5 @@ tog:
 - implement horizonal scrolling in all views
 - implement horizonal split view mode
 - implement search feature
+- allow moving to prev/next blamed line in diff view if opened from blame view,
+  similar to how the diff view can switch commits if opened from log view