A few questions on Evil
Frank Fischer
frank-fischer at shadow-soft.de
Thu Nov 13 06:25:29 CET 2014
On Fr, 2014-11-07 at 21:37 +0100, Alexander Shukaev wrote:
> Also some feedback. It does not look right to me that the following
> code is present in `evil-maps.el' by default:
>
>
> ;;; Minibuffer
>
>
> (define-key minibuffer-local-map "\C-p" 'evil-complete-next)
> (define-key minibuffer-local-map "\C-n" 'evil-complete-previous)
> (define-key minibuffer-local-map "\C-x\C-p" 'evil-complete-next-line)
> (define-key minibuffer-local-map "\C-x\C-n"
> 'evil-complete-previous-line)
>
>
> I think that modifying any other keymap but `evil-*-map' is not a good
> idea by default.
That is absolutely correct. I removed them in the latest version. No
idea why they existed anyway ;)
Thanks for pointing out.
Best regards,
Frank
More information about the implementations-list
mailing list