Add dashboard shortcut to Org repo

This commit is contained in:
TEC 2022-12-08 01:23:02 +08:00
parent daad97b3a5
commit f2c54cad83
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 1 deletions

View File

@ -2688,7 +2688,8 @@ of unnecessary keystrokes --- we can simply bind common actions to a single key!
:desc "Find file" :ng "f" #'find-file
:desc "Recent files" :ng "r" #'consult-recent-file
:desc "Config dir" :ng "C" #'doom/open-private-config
:desc "Open config.org" :ng "c" (cmd! (find-file (expand-file-name "config.org" doom-private-dir)))
:desc "Open config.org" :ng "c" (cmd! (find-file (expand-file-name "config.org" doom-user-dir)))
:desc "Open org-mode root" :ng "O" (cmd! (find-file (expand-file-name "lisp/org/" doom-user-dir)))
:desc "Open dotfile" :ng "." (cmd! (doom-project-find-file "~/.config/"))
:desc "Notes (roam)" :ng "n" #'org-roam-node-find
:desc "Switch buffer" :ng "b" #'+vertico/switch-workspace-buffer