commands
Basic Doom Emacs Comands {#how-to-use-doom-emacs}
Recently Learned
- Find Org File (SPC n r f)
- Code Snippits in insert mode type <s then TAB
- Instert general link (SPC m l l)
- Copy link to current location (SPC n l)
- Inster last stored link (SPC m l s)
- /SEARCHTERM RET n for next and N for back
TODO
Navigation
- Press escape to use any of the key bindings
- Basics
- Insert at end of line (A)
- Documentation (SPC h d h)
Files Basics
- Open a file (SPC .)
- reload saved file (:e)
- Force Reload (:e!)
- Go to top of file (gg)
- Save a file (:s)
- Search a file (?)
- Top of file (g g)
- Bottom of file (G)
- Select and copy test
- Paste (p)
- Config Files
Windows
- Close (SPC w c)
- Vertical Split (SPC w v)
- Horizontal Split (SPC w h)
Switching Windows
- left, (SPC w C-h)
- right, (SPC w C-l)
- down, (SPC w C-j)
- up, (SPC w C-k)
- Split Window
- Right (C-x 3)
- Below (C-x 2)
- Close (C-x 0)
- workspaces
- new, (SPC TAB n)
- switch-to (SPC TAB .)
org-mode Commands
Basics
- Lists start with a + and you use (C RET) to add items
- Find file, (SPC n f r)
- Find bat tags n stuff, (SPC n r f)
- Capture daily today,(SPC m m d n)
- Copy ID of current file or something like that (SPC m l i)
- Paste a link helper tool (SPC m l l)
- Inster URL link (SPC m l c)
Navigating Trees
- close (z c)
- open (z o)
- open everything (z r)
- fold everything (z m)
- Narrow tree (SPC m s n)
- Widen (SPC m s N)
org-agenda
- Search this on Google, "org-agenda" take too long to load
- Open agenda, (SPC o A)
- Just add todo, (SPC m t t)
- Add with date, (SPC m d s)
org-roam-dailies