How to view history of various commands in Emacs

后端 未结 3 451
日久生厌
日久生厌 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条回答
  •  耶瑟儿~
    2021-02-07 08:34

    I've used mwe-log-commands to make screencasts. It shows events and the commands they trigger as you work in Emacs.


    command-log-mode

    screen shot

    I've just forked it and made it into a proper minor-mode and global-minor-mode along with some other improvements as command-log-mode.

    Give it a shot and file issues against me if the documentation is unclear or if you find any bugs.

提交回复
热议问题