Created
May 11, 2021 21:15
-
-
Save dbeley/6b90bb26a0ff2676d107bfc8c439d52d to your computer and use it in GitHub Desktop.
doom-emacs cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SPC | |
SPC find file in workspace | |
< switch buffer | |
, switch workspace buffer | |
. find file | |
: M-x | |
/ search in project | |
b | |
b switch workspace buffer | |
B switch buffer | |
[ previous | |
] next | |
f | |
f find file | |
s save | |
r open recent files | |
p open emacs config file | |
o | |
t terminal | |
- dired | |
p project sidebar | |
TAB workspace | |
TAB display tab bar | |
1-9 got to workspace | |
l load workspace | |
s save workspace | |
d delete workspace | |
n new workspace | |
g magit | |
h help | |
p | |
p switch project | |
. browse | |
w | |
w next pane | |
q close pane | |
v vertical split | |
s horizontal split | |
Dired | |
- go up | |
RET go to a folder | |
+ new directory | |
d mark for deletion | |
x delete | |
o sort | |
m mark | |
u unmark | |
U unselect all | |
t invert selection | |
C copy | |
R move | |
( simple view | |
SPC . create or find file | |
i edit name | |
Org | |
[ | |
h previous heading same level | |
] | |
h next heading same level |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment