timbrel / GitSavvy

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

Let `ctrl+enter` commit and keep the file list open #1859

Closed kaste closed 5 months ago

kaste commented 5 months ago

Since Sublime 4096 quick panels can receive modifier key and hence support committing with e.g. ctrl+enter basically for free.

Let ctrl+enter commit the item and keep the quick panel list open to quickly select another file. (Or remove the just added one.)

This behavior cannot get advertised as there is no "help/preview" section for the quick panel as we know it from the ListInputHandler. Rel: https://github.com/sublimehq/sublime_text/issues/6257