notes/os/editors/emacs/commands.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +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.