tweak(default): add multi-buffer imenu commands
There is no analogous counsel command.
This commit is contained in:
parent
3d82e3d46d
commit
d5f86f179f
2 changed files with 6 additions and 0 deletions
|
@ -126,6 +126,9 @@
|
|||
:desc "Search .emacs.d" "e" #'+default/search-emacsd
|
||||
:desc "Locate file" "f" #'+lookup/file
|
||||
: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 to bookmark" "m" #'bookmark-jump
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue