Am 30.12.2013 03:23, schrieb jenia ivlev: > I want to be able to scroll the ex history using \M-p key. > That is if i press ":%s/blabla/helloworld/gcI" > and later ":\M-p" i want the above to appear. > > So something like this: > (define-key-evil minibuffer-local-map "\M-p" 'function-that-i-want-to-call)
The correct keymap in the development version (e.g. the MELPA version or the master branch of the git repository) is evil-ex-completion-map. The default bindings are defined in evil-maps.el Frank _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
