+binding descriptions for prefixes in map!
This commit is contained in:
@@ -359,12 +359,12 @@ in Doom, so I need this binding
|
||||
:desc "Lookup" "o" '+lookup/online)
|
||||
:desc "Search buffer" "/" 'swiper-isearch)); is quicker to do than <SPC>/b, for something that is done so often
|
||||
|
||||
(:prefix "w" ; Windows
|
||||
(:prefix ("w" . "window") ; Windows
|
||||
:desc "Close window" "d" '+workspace/close-window-or-workspace ; is slightly closer together than <SPC>wc
|
||||
:desc "Switch window" "W" 'ace-window ; is also used in spacemacs so I'd rather use this
|
||||
:desc "Swap windows" "S" 'ace-swap-window) ; allows me to switch windows more efficiently than before, better than just motions
|
||||
|
||||
(:prefix "c" ; Code
|
||||
(:prefix ("c" . "code") ; Code
|
||||
:desc "Fold all in level" "f" 'hs-hide-level
|
||||
(:after format-all
|
||||
:desc "Format code universally" "=" 'format-all-buffer))
|
||||
@@ -374,7 +374,7 @@ in Doom, so I need this binding
|
||||
|
||||
(:after projectile
|
||||
:desc "Switch to p-buffer" ">" 'projectile-switch-to-buffer ; Opposing <SPC>< which counsel's all buffers
|
||||
(:prefix "p"
|
||||
(:prefix ("p" . "project")
|
||||
:desc "Regen tags" "g" 'projectile-regenerate-tags
|
||||
:desc "Open project files" "f" 'projectile-find-file))
|
||||
|
||||
@@ -389,7 +389,7 @@ in Doom, so I need this binding
|
||||
:desc "Choose buffer to make frame" "n" 'display-buffer-other-frame
|
||||
:desc "Switch frames" "o" 'other-frame)
|
||||
|
||||
(:prefix "o"
|
||||
(:prefix ("o" . "open")
|
||||
:after org
|
||||
:desc "Calendar" "c" '=calendar))
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user