Emacs Magit Mode Problem
why i stopped using magit mode
trying to wean myself from magit. Super annoyed by snail speed, elaborate keybinding that tramples emacs key scheme, and irreverence of emacs buffer naming scheme.
in emacs, auto generated buffer's name should start with *. but magit doesn't. So when one cycle buffer, magic ones comes up. Then, normally i can kill buffer by Ctrl+w my macro. But magit fucks with that key. Escalating the problem.

looking to adopt emacs vc commands Emacs Version Control Commands (vc)
magit buffer name trounces gnu emacs convention
Annoying. Magit buffer name not starting and ending with asterisks. That's against emacs convension.
The problem is, commands that skips emacs generated buffer will not work.
Example
xah-previous-user-buffer
,
xah-next-user-buffer
,
[see Emacs: Next/Previous User Buffer 🚀]

The magit author Jonas Bernoulli retorts that it is a technical problem.

He says to
look up
magit-buffer-name-format
in magit-mode.el

magit-buffer-name-format
magit problem with repeat-complex-command

repeat-complex-command