I\'m aware that Cmd+K (on macOS) will bring up the Git commit dialog, but I can\'t figure out how to do a commit and then a push without switching to my mo
On Windows, Alt+P acts as an accelerator for the "Commit and Push" commit button option. On Mac it is CmdOptionP.
Another option is to just do the commit from the commit dialog using the default "commit" option. Then when it is done open the VCS Quick Menu (AltBackquote (`) for windows; Ctrl+V on Mac) and then do the push from there, either by number or narrowing down via inline search for "push"
In the commit dialogue, press optionshiftreturn to bring up the options, and return to commit.
After analyzing all these answers above, I wasn't satisfied and I found following solution: