15.10.2009

Emacs shortcuts

C-y paste
C-w cut
M-w copy
M-space start/end select
C-_ undo and redo

C-v page down
M-v page up
M-n row down
M-p row up
M-f word forward
M-b word backward
C-a/C-e go to start/end of row
C-home/C-end go to start/end of file

C-x C-c quit
C-x C-s save
C-x C-w save as
C-x C-f open

M-x slime start Slime(clojure) environment
C-c C-k compile and run

C-x b select buffer
C-x <left> prev buffer
C-x <right> next buffer

C-x 1 show only current window
C-x 2 split horizontally -
C-x 3 split vertically |
right mouse button on window bar closes window

M-x color-theme-select select color theme (slightly bugged in win32)

C-z suspend Emacs
C-c I inspect class
M-. jump to definition

plugins:

clojure-mode
color-theme
ido-switch-to-buffer
winner-undo
C-x r w / C-x r j
elscreen

0 comments: