Snippets are tiny notes I've collected for easy reference.
various emacs shortcuts
- In org-mode,
<s[tab]inserts a BEGIN_SRC/END_SRC block. (Think "insert source".) - Bookmarks
C-x r b- jump to bookmarkC-x r m- create (make) bookmark
M-o M-s/M-o M-S- center line / center paragraphM-<Home>,M-<Page Up>, etc. - move in other window/frame (without losing focus on the current window/frame)cursor movement
C-a/C-e- beginning of line / end of lineM-a/M-e- beginning of sentence / end of sentenceC-b/C-f- backward one character / forward one characterC-p/C-n- previous line / next line
C-l- recenter top/bottomC-j- newline and indentC-c h- hide lines matchingC-h e- show echo area messages
Published 12 May 2013
Snippets are tiny notes I've collected for easy reference.
