How to view history of various commands in Emacs

后端 未结 3 453
日久生厌
日久生厌 2021-02-07 07:51

Commands entered after pressing M-x can be viewed using the up/down arrow keys.

How can I get a list of all the commands includ

3条回答
  •  萌比男神i
    2021-02-07 08:28

    For a complete list of history, type C-h l (lowercase "L").

    Note: this list is complete in the sense that it keeps all events and commands that happened recently, but it's not complete in the sense that it only keeps track of the last 300 or so events (and corresponding commands).

提交回复
热议问题