Basic Commands |
C-x C-s |
Save file to disk |
C-x C-c |
Exit Emacs |
C-e |
Move to the end of the line |
C-a |
Move to the beginning of the line |
C-x C-f |
Load a file from disk into Emacs |
C-i |
Insert file at cursor |
C-x k |
Kill buffer (Current is default) |
C-v |
Page Down |
M-v |
Page Up |
C-k |
Cut from cursor to end of line |
C-y |
Paste at cursor |
C-_ |
Undo |
|
Advanced Commands |
C-SPACE |
Set mark |
C-w |
Cut from mark to cursor |
C-2 |
Splits screen into two sub screens horizontally |
C-1 |
Reduces sub screens to only 1 |
C-o |
Switch between sub screens |
C-s |
Search for word |
M-% |
Query Replace |
C-c C-g |
Goto Line |
C-c i |
Ispell (spell check) word |
C-c C-i |
Ispell (spell check) buffer |
|