How to undo M-x global-set-key M-x ignore
:
- Press F10 to open the menu. (Your terminal emulator might capture that key to open its own menu instead. You’ll have to find a way around that.)
- Navigate to the Buffers menu (3× right arrow key).
- Select the *scratch* buffer.
- In the *scratch* buffer, enter the following command:
(global-set-key "\M-x" 'execute-extended-command)
- Press
C-j
to run the command.