LINUX.ORG.RU

История изменений

Исправление Deleted, (текущая версия) :

Если отключить evil-mode, то получается так:

1 M-x runs the command execute-extended-command, which is an interactive          +
2  compiled Lisp function in `simple.el'.                                          +
3                                                                                  +
4  It is bound to <execute>, <menu>, C-x e, M-x.                                   +
5                                                                                  +
6  (execute-extended-command PREFIXARG &optional COMMAND-NAME)                     +
7                                                                                  +
8  Read a command name, then read the arguments and call the command.              +
9  Interactively, to pass a prefix argument to the command you are                 +
10 invoking, give a prefix argument to `execute-extended-command'.                 +
11 Noninteractively, the argument PREFIXARG is the prefix argument to              +
12 give to the command you invoke.

Ну а в evil-mode получается так:

1 <escape> runs the command evil-force-normal-state, which is an                  +
2 interactive compiled Lisp function in `evil-commands.el'.                       +
3                                                                                 +
4 It is bound to <escape>.                                                        +
5                                                                                 +
6 (evil-force-normal-state)                                                       +
7                                                                                 +
8 Switch to normal state without recording current command.

Исходная версия Deleted, :


1 M-x runs the command execute-extended-command, which is an interactive          +
2  compiled Lisp function in `simple.el'.                                          +
3                                                                                  +
4  It is bound to <execute>, <menu>, C-x e, M-x.                                   +
5                                                                                  +
6  (execute-extended-command PREFIXARG &optional COMMAND-NAME)                     +
7                                                                                  +
8  Read a command name, then read the arguments and call the command.              +
9  Interactively, to pass a prefix argument to the command you are                 +
10 invoking, give a prefix argument to `execute-extended-command'.                 +
11 Noninteractively, the argument PREFIXARG is the prefix argument to              +
12 give to the command you invoke.