added shortcut for editing my dotfish

This commit is contained in:
Phuntsok Drak-pa 2019-10-21 03:05:27 +02:00
parent 10732a1d8a
commit 28a5cc9080
1 changed files with 2 additions and 0 deletions

View File

@ -709,6 +709,7 @@ dump."
(spacemacs/declare-prefix "oa" "applications")
(spacemacs/declare-prefix "oc" "comments")
(spacemacs/declare-prefix "of" "files")
(spacemacs/declare-prefix "off" "fish config")
(spacemacs/declare-prefix "ofi" "i3 config")
(spacemacs/declare-prefix "ofp" "polybar config")
(spacemacs/declare-prefix "og" "gnus")
@ -738,6 +739,7 @@ dump."
"oco" 'outline-minor-mode
"od" 'elcord-mode
"oF" 'flycheck-mode
"off" (lambda () (interactive) (find-file "~/.config/fish/config.fish"))
"ofi" (lambda () (interactive) (find-file "~/.config/i3/config##yadm.j2"))
"ofp" (lambda () (interactive) (find-file "~/.config/polybar/config##yadm.j2"))
"ofo" 'find-file-at-point