Commit Diff


commit - 11db6024f7d98487225cb67a501c6b6ba06fc816
commit + f851031c033085ae17b056bef665a879706f07eb
blob - 64daf9a27bb07c6092b91568b98afb931a329f3f
blob + 044aadf30b3ae798d851660a58e8dddd57a6b746
--- TODO
+++ TODO
@@ -18,6 +18,8 @@ tog:
 - implement horizonal scrolling in all views
 - implement horizonal split view mode
 - implement search feature for diff view
+- highlight matched parts of commits in tog log search, and then allow regular
+  input to continue (such that the cursor can be moved) while tog is searching
 - implement 'limit' for 'tog log' (like search but display matched commits only)
 - 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