Cheatography
https://cheatography.com
my Emacs Keyboard Shortcuts
This is a draft cheat sheet. It is a work in progress and is not finished yet.
File
c-x c-f |
open file |
C-x r |
open recent file (recentf) |
C-x C-s |
save |
C-x C-w |
save as |
C-x C-b |
switch buffer |
C-x k |
kill buffer |
C-x i |
insert file |
C-g |
cancel |
C-x C-c |
quit |
window
C-x 2 |
split window(up & down) |
C-x 3 |
split window(left & light) |
C-x 1 |
combine current window |
C-x 0 |
combine other window |
M-] |
next window |
M-[ |
previous window |
C-<tab> |
next buffer |
C-S-<tab> |
previous buffer |
<F12> |
re-evaluate current buffer |
<F8> |
neotree-toggle |
C-x C-g C-r |
golden-ratio-mode |
C-c s |
shell-pop |
|
|
text
M-w |
copy |
C-w |
cut |
C-y |
paste |
C-d |
delete |
C-/ |
Undo |
C-g C-/ |
Redo |
C-t |
toggle truncate lines |
C-x [return] f |
change character encoding |
M-/ |
comment out |
C-k |
kill the line |
search & replacement
C-s |
forward search |
C-r |
backward search |
C-M-s |
forward search(ragular) |
C-M-r |
backward search(regular) |
M-$ (selected word) |
check spells |
M-= |
word count |
|
|
ivy and cousel and swiper
C-x b |
ivy-switch-buffer |
C-x C-r |
ivy-resume |
C-c b |
sousel-bookmark |
M-x |
counsel(command) |
C-x C-f |
counsel-find-file |
C-s |
swiper-isearch |
company
C-n |
select-next |
C-p |
select-previous |
C-s |
filter-candidates |
C-i or C-f or <tab> |
complete-selection |
e2wm
M-+ |
start e2wm |
C-c 1 |
code |
C-c 2 |
two |
C-c 3 |
doc |
C-c 4 |
dashboard |
C-c 5 |
array |
C-c 0 |
quit e2wm |
M-m |
select main |
|