mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore[client]: enable obsidian omnisearch keybind
This commit is contained in:
parent
41240db5c9
commit
baf7580e99
2 changed files with 154 additions and 128 deletions
|
|
@ -14558,6 +14558,19 @@ This service changes the screen hue at night. I am not sure if that really does
|
||||||
vimMode = false;
|
vimMode = false;
|
||||||
newFileLocation = "current";
|
newFileLocation = "current";
|
||||||
};
|
};
|
||||||
|
hotkeys = {
|
||||||
|
"graph:open" = [ ];
|
||||||
|
"omnisearch:show-modal" = [
|
||||||
|
{
|
||||||
|
modifiers = [
|
||||||
|
"Mod"
|
||||||
|
];
|
||||||
|
key = "S";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
"editor:save-file" = [ ];
|
||||||
|
"editor:delete-paragraph" = [ ];
|
||||||
|
};
|
||||||
corePlugins = [
|
corePlugins = [
|
||||||
"backlink"
|
"backlink"
|
||||||
"bookmarks"
|
"bookmarks"
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,19 @@ in
|
||||||
vimMode = false;
|
vimMode = false;
|
||||||
newFileLocation = "current";
|
newFileLocation = "current";
|
||||||
};
|
};
|
||||||
|
hotkeys = {
|
||||||
|
"graph:open" = [ ];
|
||||||
|
"omnisearch:show-modal" = [
|
||||||
|
{
|
||||||
|
modifiers = [
|
||||||
|
"Mod"
|
||||||
|
];
|
||||||
|
key = "S";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
"editor:save-file" = [ ];
|
||||||
|
"editor:delete-paragraph" = [ ];
|
||||||
|
};
|
||||||
corePlugins = [
|
corePlugins = [
|
||||||
"backlink"
|
"backlink"
|
||||||
"bookmarks"
|
"bookmarks"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue