You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There could be situation with very lengthy diffs for some file in particular commit. (For example feature is added and big new file is added with small integrations to other files.) It would be useful to improve UI to let it jump between files in diff panel of main view.
For example, with ctrl- or alt- + -up or -down arrow would move diff frame to a next file.
Currently it's possible to move cursor in diff panel with j/k to a filename (that require very many keypresses to scroll pass commit message and formatting) then enter to the filename and it jumps to a diff part for that file, then it is not possible to return or select next file. Jump with one keypress would be a lot handier.
Action names could be scroll-next-file/scroll-prev-file
Additionally, with this feature it would be useful to enable diff view for merge commits as we could easily navigate through it.
The text was updated successfully, but these errors were encountered:
Taking example on the binding @ jumping to the next chunk doing :/^@@, you can do :/^diff to jump to the next file. You can see merge commits with tig -m.
There could be situation with very lengthy diffs for some file in particular commit. (For example feature is added and big new file is added with small integrations to other files.) It would be useful to improve UI to let it jump between files in diff panel of main view.
For example, with ctrl- or alt- + -up or -down arrow would move diff frame to a next file.
Currently it's possible to move cursor in diff panel with
j
/k
to a filename (that require very many keypresses to scroll pass commit message and formatting) thenenter
to the filename and it jumps to a diff part for that file, then it is not possible to return or select next file. Jump with one keypress would be a lot handier.Action names could be
scroll-next-file
/scroll-prev-file
Additionally, with this feature it would be useful to enable diff view for merge commits as we could easily navigate through it.
The text was updated successfully, but these errors were encountered: