This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Description
I have to put
(general-define-key
:states 'emacs
:keymaps 'magit-popup-mode-map
"j" 'forward-button
"k" 'backward-button)
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.