Last edit
Summary: Mention EmacsKeyNotation
Added:
> * EmacsKeyNotation -- Explain the convention of Emacs key sequences found below.
Changed:
< * CategoryReferenceSheet -- More key lists.
to
> * ReferenceCards, CategoryReferenceSheet -- More key lists.
Changed:
< CUA keys are available with CuaMode, this includes `C-c', `C-x', `C-v' and `C-z' and visible region selection. This mimics the familiar behavior found on in Windows, Mac and Motif. *Note*: If region is not active -- no visible selection -- then `C-x' works as it as it does normally in Emacs (without cua-mode).
<
< On the other hand if the region is active you can use C-S-x (or two rapid C-x C-x) instead C-x to do what C-x normally does in Emacs.
< The same goes for the other CUA keys.
< See cua-mode help for more information.
to
> CUA keys are available with CuaMode, this includes `C-c', `C-x', `C-v' and `C-z' and visible region selection. This mimics the familiar behavior found on in Windows, Mac and Motif.
This is a reference for an EmacsNewbie of commonly used Emacs key sequences. See also:
‘C-x C-c’‘C-x C-f’ – then type the file name.‘C-x C-s’‘C-x C-w’‘C-x s’‘C-x i’‘C-x C-v’‘C-x k’‘C-x 2’ or ‘C-x 3’‘C-x 1’‘C-x o’‘C-x b’‘C-x C-b’ – save, delete, open rename buffersThese commands move the TextCursor and Point:
‘C-f’‘C-b’‘C-n’‘C-p’‘C-a’‘C-e’‘M-f’‘M-b’‘M-e’‘M-a’`M-<'`M->'‘Edit’ → ‘Undo’. You’ve undone all changes when the mode line shows ‘--’ instead of ‘**’See also: [[Undo?]].
‘C-g’`C-]', `C-M-c'‘M-x top-level’See also: CancelingInEmacs.
‘RET’‘C-o’‘C-x C-o’‘M-SPC’See also: Indentation and Filling.
‘DEL’‘C-d’‘M-DEL’‘M-D’‘C-k’‘C-S-DEL’‘M-k’Copy, cut, paste, select all, …
‘C-SPC’, `C-@’, ‘M-x set-mark-command’‘C-x h’‘C-x C-p’‘C-x C-x’‘C-Insert’, ‘M-w’‘C-w’, ‘S-DEL’‘C-y’, ‘S-Insert’‘M-y’See also: Region.
‘M-u’‘M-l’‘M-c’‘C-t’‘M-t’‘C-x C-t’‘C-u 2 C-x C-t’M-^’C-1 M-^’‘C-x z’, and again with ‘z’.‘M-x list-command-history’. Rerun a command by hitting ‘x’ on the line containing a command.‘C-l’‘C-0 C-l’ or ‘C-u 0 C-l’‘C-- C-l’ or ‘C-u - C-l’CUA keys are available with CuaMode, this includes ‘C-c’, ‘C-x’, ‘C-v’ and ‘C-z’ and visible region selection. This mimics the familiar behavior found on in Windows, Mac and Motif.
vi keys are available with ViperMode.