Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:emacs-cheatsheet [2012/05/01 20:12] – Add $ID tag memnontutorials:emacs-cheatsheet [2014/01/08 15:09] (current) – [Search & Replace] jlehmus
Line 47: Line 47:
 | C-g | Abort a search | | C-g | Abort a search |
 | C-w | During a search, highlight the word around the cursor | | C-w | During a search, highlight the word around the cursor |
-| Up, down arrow keys or M-p, M-n | Access search string history |+| Up, down arrow keys or M-p, M-n | Access search string history (in minibuffer)| 
 + 
 +===== Case Change ===== 
 + 
 +| M-u | uppercase word | 
 +| M-l | lowercase word | 
 +| M-c | capitalize word | 
 +| C-x C-u | uppercase region | 
 +| C-x C-l | lowercase region | 
 + 
  
 ===== Emacs Modes ===== ===== Emacs Modes =====
Line 56: Line 66:
 | M-x global-font-lock-mode | Toggle syntax highlighting | | M-x global-font-lock-mode | Toggle syntax highlighting |
  
 +===== Character Coding Systems =====
 +
 +| C-x RET k | set coding system for keyboard input |
 +| C-x RET t | set coding system for terminal display |
 +| C-x RET f | set coding system for saving file |
 +| M-x list-coding-systems | show all coding systems |
 ===== Buffers ===== ===== Buffers =====