mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +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;
|
||||
newFileLocation = "current";
|
||||
};
|
||||
hotkeys = {
|
||||
"graph:open" = [ ];
|
||||
"omnisearch:show-modal" = [
|
||||
{
|
||||
modifiers = [
|
||||
"Mod"
|
||||
];
|
||||
key = "S";
|
||||
}
|
||||
];
|
||||
"editor:save-file" = [ ];
|
||||
"editor:delete-paragraph" = [ ];
|
||||
};
|
||||
corePlugins = [
|
||||
"backlink"
|
||||
"bookmarks"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,19 @@ in
|
|||
vimMode = false;
|
||||
newFileLocation = "current";
|
||||
};
|
||||
hotkeys = {
|
||||
"graph:open" = [ ];
|
||||
"omnisearch:show-modal" = [
|
||||
{
|
||||
modifiers = [
|
||||
"Mod"
|
||||
];
|
||||
key = "S";
|
||||
}
|
||||
];
|
||||
"editor:save-file" = [ ];
|
||||
"editor:delete-paragraph" = [ ];
|
||||
};
|
||||
corePlugins = [
|
||||
"backlink"
|
||||
"bookmarks"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue