I cannot figure out how to recover the :b and :e commands in evil mode for Emacs. Google doesn't really help.
I tried (define-key evil-normal-state-map ":b" 'helm-buffers-list) , but it turns the key : to enter commands.
Currently I use (define-key evil-normal-state-map ",b" 'helm-buffers-list) and (define-key evil-normal-state-map ",e" 'find-file) , but I would rather have them on :b and :e , so when using real Vim the movements will be the same.
Do not specify reassignment to ,b and ,e in Vim. :-)
emacs evil-mode
aerique
source share