timbrel / GitSavvy

Full git and GitHub integration with Sublime Text
MIT License
1.9k stars 136 forks source link

Allow switching files in the diff view #1837

Closed kaste closed 6 months ago

kaste commented 10 months ago

We have either "diff all files" or diff a specific file. Ideally we could switch between files and the all mode from within the diff view.

Maybe just [n]/[p] for the next previous file (as it is sorted e.g. in the status view), typical [l] to open a quick panel showing all changed files and maybe an "--all" option at the beginning. (The [l] is used for that in the Repo History.)