Is it possible after resolving all of the conflicts in a rebase to jump to the next commit?
Normally you would need to do git rebase --continue after staging all of the conflicts. Currently I either swap back to the terminal and do git rebase --continue or i close the DiffView and open Neogit and then do a rr which opens the rebase window and continues.
Wondering if theres a more streamlined approach to this?