Fork me on GitHub
#spacemacs
<
2021-11-23
>
Drew Verlee01:11:54

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

Drew Verlee03:11:30

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

Drew Verlee03:11:58

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 Verlee03:11:53

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

practicalli-johnny09:11:17

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 Verlee18:11:31

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-johnny18:11:01

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.