No idea what changed...lol

This commit is contained in:
Derek Taylor
2023-01-08 23:13:06 -06:00
parent 3a9e562a49
commit 8f3505f506

View File

@@ -3,14 +3,17 @@
[[file:./emacs-start-page.png]]
* IMPORTANT KEYBINDINGS
|-----------+-------------------+---------------------------|
| M-x | [[elisp:(counsel-M-x)][counsel-M-x]] | Prompt for Emacs programs |
| SPC . | [[elisp:(counsel-find-file)][counsel-find-file]] | Find a file |
| SPC f r | [[elisp:(counsel-recentf)][counsel-recentf]] | Find a recent file |
| SPC d d | [[elisp:(dired (getenv "HOME"))][dired]] | Dired file manager |
| SPC e s | [[elisp:(eshell)][eshell]] | Launch the eshell |
| SPC h r r | [[elisp:(doom/reload)][doom/reload]] | Reload Doom Emacs |
|-----------+-------------------+---------------------------|
|------------+---------------------+------------------------------------|
| M-x | [[elisp:(counsel-M-x)][counsel-M-x]] | Prompt for Emacs programs |
| SPC . | [[elisp:(counsel-find-file)][counsel-find-file]] | Find a file |
| SPC f r | [[elisp:(counsel-recentf)][counsel-recentf]] | Find a recent file |
| SPC d d | [[elisp:(dired (getenv "HOME"))][dired]] | Dired file manager |
| SPC h r r | [[elisp:(doom/reload)][doom/reload]] | Reload Doom Emacs |
| SPC f u | [[elisp:(doom/sudo-find-file nil)][doom/sudo-find-file]] | Find file and open as root |
| SPC f U | /doom/sudo-this-file/ | Open current file as root |
| SPC e t | [[elisp:(+eshell/toggle nil)][+eshell/toggle]] | Toggle the eshell |
| SPC v t | [[elisp:(+vterm/toggle nil)][+vterm/toggle]] | Toggle the vterm terminal emulator |
|------------+---------------------+------------------------------------|
* BUFFERS & SPLITS
|------------------------------+------------------------------+-----------------------------|