mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
3.4 KiB
3.4 KiB
DT'S Emacs Start Page
IMPORTANT KEYBINDINGS
| M-x | counsel-M-x | Prompt for Emacs programs |
| SPC . | counsel-find-file | Find a file |
| SPC f r | counsel-recentf | Find a recent file |
| SPC d d | dired | Dired file manager |
| SPC e s | eshell | Launch the eshell |
| SPC h r r | doom/reload | Reload Doom Emacs |
BUFFERS & SPLITS
| (SPC b i) ibuffer | (SPC b p) previous-buffer | (SPC b n) next-buffer |
| (SPC b k) kill-buffer | (SPC b s) save-buffer | (SPC b u) sudo-save-buffer |
| (SPC w s) evil-window-split | (SPC w v) evil-window-vsplit | (SPC w w) evil-window-next |
| (SPC w c) evil-window-delete | (SPC w l) evil-window-left | (SPC w h) evil-window-right |
HELP INFORMATION
| (SPC h d h) doom/help | (SPC h d f) doom/help-faq | (SPC h i) info |
| (SPC h f) describe-function | (SPC h v) describe-variable | (SPC h b b) describe-bindings |
DOOM EMACS CONFIG FILES
| config.org | This is the main user configuration file for Doom Emacs. |
| init.el | Allows you to turn on/off the standard Doom modules. |
| packages.el | Easily install extra packages by adding them to this file. |
| start.org | View/edit your custom start page. |
| eshell/aliases | Aliases file for the eshell. |
| eshell/profile | Profile for the eshell. |
NOTE: (SPC f p) doom/find-file-in-private-config searches for files in HOME/.config/doom/.
