mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(default): add multi-buffer imenu commands
There is no analogous counsel command.
This commit is contained in:
@ -736,6 +736,9 @@
|
||||
:desc "Search .emacs.d" "e" #'+default/search-emacsd
|
||||
:desc "Locate file" "f" #'locate
|
||||
:desc "Jump to symbol" "i" #'imenu
|
||||
:desc "Jump to symbol in open buffers" "I"
|
||||
(cond ((modulep! :completion vertico) #'consult-imenu-multi)
|
||||
((modulep! :completion helm) #'helm-imenu-in-all-buffers))
|
||||
:desc "Jump to visible link" "l" #'link-hint-open-link
|
||||
:desc "Jump to link" "L" #'ffap-menu
|
||||
:desc "Jump list" "j" #'evil-show-jumps
|
||||
|
Reference in New Issue
Block a user