kemayo / sublime-text-git

Plugin for some git integration into sublime text
MIT License
2.83k stars 391 forks source link

Select the third entry on the 'Add...' quick panel by default #556

Open firefueled opened 5 years ago

firefueled commented 5 years ago

Since the first two options available on the panel are there for edge cases, and most of the selections will go to individual files, it makes sense to have the default selected index skip those first two.

At least that's how I work. I usually have the diff screen open together with the 'Add...' panel, then I select each file I wish to stage at a time. The way it is now force me to press down two time after every selection.