You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
in my config since magit-popup uses emacs-state by default (contrary to magit-status), can this be changed to normal state? In the past I tried to manually change it to normal state using evil-initial-state resulting in breakage of magit-popup.
The text was updated successfully, but these errors were encountered:
Having same viewpoint here, I think using normal-state for all magit related mode will be better. Many people will set evil-emacs-state-modes , evil-insert-state-modes and evil-motion-state-modes to nil, which is conflict with some modes defined in evil-magit-untouched-modes. I think making all modes start in normal-state can fix this problem.
Magit popups don't use regular keymaps to get key bindings. If I remember right, they intercept keypresses in such a way that you have to actually be inserting the character corresponding to the shortcut into the buffer. In terms of evil, that means you should be in emacs state or insert state in those buffers. I don't think insert makes much sense.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have to put
in my config since magit-popup uses emacs-state by default (contrary to magit-status), can this be changed to normal state? In the past I tried to manually change it to normal state using
evil-initial-state
resulting in breakage of magit-popup.The text was updated successfully, but these errors were encountered: