Fix +lookup/in-docsets & docsets lookup backend
They were throwing 'cannot find docset' errors. - Adds new +lookup/in-all-docsets command. - If a prefix arg is passed to +lookup/in-docsets, it will search all docsets in dash-docs-common-docsets.
This commit is contained in:
parent
507fb50ff2
commit
571e7bd527
2 changed files with 17 additions and 9 deletions
|
@ -533,7 +533,8 @@
|
|||
: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 "Look up in docsets" "k" #'+lookup/in-docsets
|
||||
:desc "Look up in local docsets" "k" #'+lookup/in-docsets
|
||||
:desc "Look up in all docsets" "K" #'+lookup/in-all-docsets
|
||||
:desc "Search project" "p" #'+default/search-project)
|
||||
|
||||
;;; <leader> TAB --- workspace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue