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:
parent
cfb3a6d137
commit
72fb5603e7
4 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue