mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
enhance: bring back open link from Search
Brings back feature from #4405 which was broken with move to new cmd-k and updates it to work with db graphs. Also remove now unused previous auto-complete approach
This commit is contained in:
@@ -165,9 +165,6 @@
|
||||
:fn (fn [state e]
|
||||
(ui-handler/auto-complete-complete state e))}
|
||||
|
||||
:auto-complete/open-link {:binding "mod+o"
|
||||
:fn ui-handler/auto-complete-open-link}
|
||||
|
||||
:cards/toggle-answers {:binding "s"
|
||||
:fn srs/toggle-answers}
|
||||
|
||||
@@ -942,7 +939,6 @@
|
||||
:auto-complete/complete
|
||||
:auto-complete/shift-complete
|
||||
:auto-complete/meta-complete
|
||||
:auto-complete/open-link
|
||||
:git/commit
|
||||
:dev/show-block-data
|
||||
:dev/show-block-ast
|
||||
|
||||
Reference in New Issue
Block a user