mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
Minor, general refactor & reformatting
Also swaps C-o and M-o in ivy And use new ;;;###package cookie (not used yet)
This commit is contained in:
@@ -523,10 +523,10 @@
|
||||
|
||||
;; Prefixed key groups
|
||||
(:prefix ("/" . "search")
|
||||
:desc "Jump to symbol across buffers" "I" #'imenu-anywhere
|
||||
:desc "Search buffer" "b" #'swiper
|
||||
:desc "Search current directory" "d" #'+default/search-from-cwd
|
||||
:desc "Jump to symbol" "i" #'imenu
|
||||
:desc "Jump to symbol across buffers" "I" #'imenu-anywhere
|
||||
:desc "Jump to link" "l" #'ace-link
|
||||
:desc "Look up online" "o" #'+lookup/online-select
|
||||
:desc "Search project" "p" #'+default/search-project)
|
||||
|
Reference in New Issue
Block a user