-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Now next file work in some strange way.
It doesn't jump to next file in the tree, it doesn't care if file is staged or unstaged.
If I have bunch of files to review and I can't do this in one go I want to be able to open CodeDiff and start reviewing unstaged files one by one until I tired. Now when I open it and select first unstaged file in the tree and then press "-" to stage file - diff view automatically loads some random file and most of the times it's already staged file. When I press ]f to go to next file it shows another already staged file. I tried to do "gs" to hide staged file and to make it go through unstaged files only, but that didn't work. It still opens them, just not shows the name of the file. Eventually when I press ]f multiple times I'm getting to the unstaged files and start to review them. But that's waist of the time. Ideally I would like to have a review mode where you jump only through the unstaged files and when you staged one - next unstaged file loads automatically. But if it's not possible I'm fine to press ]f to go to the next unstaged file.