Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 3.4 KB

quick-help.org

File metadata and controls

48 lines (35 loc) · 3.4 KB

GNU Emacs / N Λ N O Press q to quit

Learn basic keystroke commands ............................ Tutorial See an overview of Emacs features at gnu.org .......... Guided Tour Get help from Emacs users ............................. Mailing list Read the extensive documentation ..................... Documentation

Quick commands C: Control, M: alt, command or escape

Save ................... C-x C-s Help ....................... C-h Save as ................ C-x C-w Cancel ..................... C-g Open a new file ........ C-x C-f Undo ....................... C-/ Open recent ............ C-x C-r Close buffer ............. C-x k Browse directory ......... C-x d Quit ................... C-x C-c

Other commands Other key bindings

Search ..................... C-s Go to line ............. M-g M-g Replace .................... M-% Execute .................... M-x

Start of buffer ............ M-< End of buffer .............. M-> Start of line .............. C-a End of line ................ C-e

Mark ..................... C-spc Copy from mark.............. M-w Kill from mark.............. C-w Kill from cursor............ C-k Paste ...................... C-y Paste older ............ C-y M-y

Quick preferences Full preferences

Select default font Toggle line numbers Toggle tool bar Toggle line wrap Toggle scroll bar Toggle blinking cursor Toggle menu bar Select cursor: HBar | VBar | Box

Install some packages Packages list

magit ................................. A Git porcelain inside Emacs projectile ........... Manage and navigate projects in Emacs easily helm .................. An Emacs incremental and narrowing framework flycheck ................................ On-the-fly syntax checking company ......................... Modular text completion framework markdown-mode .............. Major mode for Markdown-formatted text popup .................................. Visual popup user interface

---------------------------------------------------------- Note: Packages can be installed from the official GNU Elpa repository or from the non-official MELPA repository.