Skip to content

edimatt/cheat-sheet-emacs.md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Emacs Cheat Sheet

Find help

Command Explanation
C-h w command where-is: find to which key the command is bound
C-h k describe-key: find to which command a key is bound
key C-h Show all mappings for that key sequence
C-h f describe-function: opens function documentation in a buffer
C-h v variable describe-variable: opens variable documentation in a buffer
C-h b describe-bindings: describe all defined keys
C-h m describe-mode
C-h a apropos-command
C-h i info: opens info documentation
M-x man/woman Manual pages

Appearance

Command Explanation
C-x C-+ text-scale-increase: Enlarge font
C-x C-- text-scale-decrease: Shrink font

General

Command Explanation
C-g keyboard-quit: Quits the last command
ESC ESC ESC keyboard-escape-quit: Quit all commands
C-x z repeat: Repeat the last command
C-x ESC ESC repeat-complex-command: Command history (M-p/M-n cycles)

About

An extensive cheat sheet for GNU Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published