diff --git a/.config/doom/start.org b/.config/doom/start.org index 12e7653..86db0ee 100644 --- a/.config/doom/start.org +++ b/.config/doom/start.org @@ -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 |------------------------------+------------------------------+-----------------------------|