My modest Emacs configuration with use-package
.
Command | Key | Description |
---|---|---|
ace-jump-mode |
C-c SPC |
ace jump to character |
ace-window |
C-x o |
ace jump to window |
anzu-query-replace |
M-% |
replace query |
auto-complete |
<tab> |
auto complete |
cycle-spacing |
M-SPC |
delete extra whitespace |
default-text-scale |
<f5> |
decrease text size |
<f6> |
increase text size | |
dumb-jump |
C-c g |
jump to definition |
C-c p |
jump back to last position | |
expand-region |
C-c e |
expand region |
helm-M-x |
C-c x |
helm M-x command |
helm-do-ag-project-root |
C-c r |
search in project root |
helm-do-ag |
C-c a |
search in directory |
helm-mini |
C-c b |
helm buffer selection |
helm-projectile-find-file |
C-c f |
search file in project |
helm-swoop |
C-c s |
search in buffer |
helm-swoop-multiline |
C-c S |
multiline search in buffer |
neotree-toggle |
<f8> |
toggle neotree |
smex |
M-x |
smex M-x command |
undo |
C-z |
undo |
windmove |
M-<up> |
move to frame above |
M-<down> |
move to frame below | |
M-<left> |
move to frame on the left | |
M-<right> |
move to frame on the right | |
yas-expand |
C-<tab> |
expand snippet |