spacemacs

Drew Verlee 2021-11-23T01:56:54.119100Z

i assume if i press "f" here on "pickup" in a magit rebase the pick should be changed to "fixup" instead, nothing happens.

Drew Verlee 2021-11-23T03:07:30.119800Z

apparently this is a known issue. one workaround seems to be to manually entre rebase mode.

Drew Verlee 2021-11-23T03:40:58.121Z

when your done with that rebase prompt, how do you continue? i would expect there to be some instructions about how to "continue" with the rebase. If i try magit-rebase-continue it tells me some nonesense.

Drew Verlee 2021-11-23T03:42:53.121500Z

hmm maybe the nonsense was something i did though. lets try this again

practicalli-johnny 2021-11-23T09:58:17.124300Z

When in doubt, I press r to continue when the rebase is back in the magit-status buffer. Not sure if that was what you were asking (apart from wanting f to work 🙂 )

Drew Verlee 2021-11-23T18:12:31.126400Z

Yep, pressing r to get the rebase options makes sense. I would just like it to be a bit guided of an experience i suppose. The big deal is that the rebase buffer loads as in "insert mode" one work around is pressing Ctrl-Z to switch in and out of the insert mode and to the correct mode

practicalli-johnny 2021-11-23T18:23:01.130Z

I assume the magit rebase buffer needs to be evilified as is already done to the magit status buffer. Sounds like an issue feature request on the Spacemacs repo.