chore(vault): track .obsidian plugin configs (incl. obsidian-git settings)
This commit is contained in:
Vendored
+153
@@ -0,0 +1,153 @@
|
||||
{
|
||||
"insert-current-time": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"insert-current-date": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "D"
|
||||
}
|
||||
],
|
||||
"obsidian-read-it-later:save-clipboard-to-notice": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "R"
|
||||
}
|
||||
],
|
||||
"editor:save-file": [],
|
||||
"dida-sync:sync-current-file": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "D"
|
||||
}
|
||||
],
|
||||
"insert-template": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "M"
|
||||
}
|
||||
],
|
||||
"mantou-ai:question_for_mantou": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Meta"
|
||||
],
|
||||
"key": "I"
|
||||
}
|
||||
],
|
||||
"ai-zhipu:generate": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Mod"
|
||||
],
|
||||
"key": "I"
|
||||
}
|
||||
],
|
||||
"obsidian-better-command-palette:open-better-commmand-palette": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "P"
|
||||
}
|
||||
],
|
||||
"command-palette:open": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "P"
|
||||
}
|
||||
],
|
||||
"workspace:split-vertical": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "\\"
|
||||
}
|
||||
],
|
||||
"workspace:split-horizontal": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "-"
|
||||
}
|
||||
],
|
||||
"file-explorer:new-file": [],
|
||||
"note-chain:chain_insert_node": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "I"
|
||||
}
|
||||
],
|
||||
"note-chain:chain_move_donw_node": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "ArrowDown"
|
||||
}
|
||||
],
|
||||
"note-chain:chain_move_up_node": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "ArrowUp"
|
||||
}
|
||||
],
|
||||
"note-chain:cmd_open_prev_note_of_right_leaf": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "ArrowLeft"
|
||||
}
|
||||
],
|
||||
"note-chain:cmd_open_next_note_of_right_leaf": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "ArrowRight"
|
||||
}
|
||||
],
|
||||
"zk-prefixer": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "N"
|
||||
}
|
||||
],
|
||||
"random-note": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Meta",
|
||||
"Shift"
|
||||
],
|
||||
"key": "N"
|
||||
}
|
||||
],
|
||||
"file-explorer:new-file-in-new-pane": []
|
||||
}
|
||||
Reference in New Issue
Block a user