Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Enable ediff to view the changed files one after the other without having to return to the status window first #3164
Comments
vonHabsi
changed the title from
Feature request : Enable ediff to view the changed files one after the other without having to return to the status window first
to
Enable ediff to view the changed files one after the other without having to return to the status window first
Sep 9, 2017
tarsius
added
the
feature request
label
Sep 9, 2017
tarsius
added this to Work-flow ★☆☆
in Year of Magit
Sep 27, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vonHabsi commentedSep 9, 2017
•
edited
Currently with ediff when you use the
nkey to move through the changes and get to the last diff, you have toquit the diff to return to the status window, before selecting the next changed file to diff it.It will be better to have the option of moving to the next changed file in the list automatically, either by pressing the
nkey on the last diff, or by having a separate command to skip on to the next file even if you haven't reached the end of the current file.