help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: M-x in Evil mode


From: Eric S Fraga
Subject: Re: M-x in Evil mode
Date: Mon, 30 Nov 2015 21:34:07 +0000
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (gnu/linux)

On Saturday, 28 Nov 2015 at 17:20, wiehen@gmail.com wrote:
> Hi.
>
> I am new to emacs, so my doubt may be really basic. But I could not
> solve it with research.
>
> How am I supposed to execute commands (M-x), when working in Evil
> mode, as Vim uses <ESC> already?

You have had other answers but another option is to use the \ evil
command which allows you to execute any emacs key stroke as if evil were
not running:

,----[ C-h k \ ]
| \ runs the command evil-execute-in-emacs-state, which is an
| interactive compiled Lisp function in `evil-commands.el'.
| 
| It is bound to \.
| 
| (evil-execute-in-emacs-state)
| 
| Execute the next command in Emacs state.
| 
| [back]
`----

-- 
: Eric S Fraga, GnuPG: 0xFFFCF67D
: in Emacs 24.5.1 + Ma Gnus v0.14 + evil-git-ff74cfb
: BBDB version 3.1.2 (2015-10-28 10:47:01+00:00)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]