Re: Back out of minibuffer

2017-10-12 Thread Dmitry Alexandrov
>>> Is there a convenient way to make e.g. M-x followed by backspace exit >>> the minibuffer -- similar to how colon (evil-ex) followed by backspace >>> behaves? (I'm learning Emacs and Evil at the same time ...) >> >> Try with C-g (CTRL+g)[1]. C-g is also considered a proper way to abort >>

Re: Back out of minibuffer

2017-10-04 Thread Sanel Zukan
Maybe to bind DEL/deletechar/backspace (backspace) key? Best, Sanel Jack Bates writes: > Thank you, I did discover C-g -- I also bound [escape] to the same thing > (as follows) because of my existing habits: > >> (define-key minibuffer-local-must-match-map [escape]

Back out of minibuffer

2017-10-02 Thread Jack Bates
Is there a convenient way to make e.g. M-x followed by backspace exit the minibuffer -- similar to how colon (evil-ex) followed by backspace behaves? (I'm learning Emacs and Evil at the same time ...) Thanks! ___ implementations-list mailing list