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 [2014/01/08 14:55] – [Search & Replace] jlehmustutorials: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 ===== ===== Case Change =====
Line 54: Line 54:
 | M-l | lowercase word | | M-l | lowercase word |
 | M-c | capitalize word | | M-c | capitalize word |
-| C-x C-u | uppercase region +| C-x C-u | uppercase region | 
-| C-x C-l | lowercase region+| C-x C-l | lowercase region |
  
  
Line 66: 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 =====