Doom Emacs cheatsheet
Previous: Emacs
Here are some of the commands that I find myself using most in Doom Emacs.
Keybinds
Follow org link
C-c C-o
Reload Config
space h r r
Find notes
space n r f
Open backlinks
space n r r
Insert structure template
C-c C-,
Org Agenda (open next 10 day view)
space o A a (n)
I actually like the n better since it gives the agenda and non-scheduled TODOs
Schedule something
C-c C-s
Check box toggle
C-c C-c
Toggle Zen
space t z
Open Daily
space n r d t
Swtich to project
space p p
Add new project
space p a
Exporting menu (dispatch)
space m e
Getting undo tree (vundo)
space s u
Create or go to yesterday’s daily note
space n r d y
Magit
Stage files
s
Commit
c c
Push
p p