logseq: add my config

This commit is contained in:
Smirnov Oleksandr 2024-06-03 02:09:42 +03:00
parent 1388726413
commit 65bd401e49
3 changed files with 31 additions and 8 deletions

15
logseq/config/config.edn Normal file
View file

@ -0,0 +1,15 @@
;; This global config file applies a configuration to all graphs. Any config
;; keys from a graph's logseq/config.edn can used here. A graph's
;; logseq/config.edn overrides config keys in this file except for maps which
;; are merged. As an example of merging, the following global and local configs:
;; {:shortcuts {:ui/toggle-theme "t z"}}
;; {:shortcuts {:ui/toggle-brackets "t b"}}
;;
;; would result in the final config:
;; {:shortcuts {:ui/toggle-theme "t z"
;; :ui/toggle-brackets "t b"}}
{:shortcuts {:auto-complete/complete ["enter" "tab"]
:whiteboard/bring-forward ["close-square-bracket" "ctrl+o"]
:editor/backward-kill-word ["ctrl+w"]
:window/close []}}

View file

@ -0,0 +1,2 @@
{:logseq-bullet-threading {:version "v1.1.4", :repo "pengx17/logseq-plugin-bullet-threading", :effect false, :theme false}
:logseq-vim-shortcuts {:version "v0.1.22", :repo "vipzhicheng/logseq-plugin-vim-shortcuts", :effect true, :theme false}}