notes/util/editors/emacs/commands.txt
Ihar Hancharenka 9685f30a41 m
2025-04-03 11:30:33 +03:00

24 строки
465 B
Plaintext

M-x
<long-command-name>
Execute command (lisp function)
kill-emacs
To kill Emacs without being prompted about saving.
make-frame
open a new frame
delete-frame
delete a frame
cua-mode
go to cua mode (can edit prefix/suffix for all the rectangle)
whitespace-mode
activate whitespace-mode
shell-command
execute shell command
list-color-display
list of available colors
customize-group
faces
goto-line
or M-g g Goto the indicated line.