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
Next revisionBoth sides next revision
tutorials:emacs-cheatsheet [2012/05/01 20:12] – Import w3m section from sdf memnontutorials:emacs-cheatsheet [2014/01/08 14:55] – [Search & Replace] jlehmus
Line 48: Line 48:
 | 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 |
 +
 +===== 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 184: Line 194:
   ;;(server-start)   ;;(server-start)
 </code> </code>
 +
 +$Id: emacs-cheatsheet.html,v 1.3 2011/12/04 02:06:19 slugmax Exp $
 +