MY FAVORITE EMACS COMMANDS

Key Command What It Does What It Does in Plain English
C-x C-s
Save buffer
It saves the file one was working on
C-f
Forward-char
It moves the cursor one character forward to the right
C-x C-c
Save-buffer-kill-emacs
With this command you exit compeletely the Emacs
C-g
keyboard-quit
It cancels the current command that you are in
C-b(left-arrow)
backward-char
It moves the cursor one character backwards
C-p(up arrow)
previous-line
It moves the cursor one line up
C-n(down arrow)
Next-line
It moves the cursor one line down
M-f
forward-word
It moves the cursor one word ahead


Hosted by www.Geocities.ws

1