zettelkasten/.obsidian/hotkeys.json

20 lines
246 B
JSON
Raw Normal View History

2023-11-10 16:36:47 +01:00
{
"obsidian-git:push2": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "P"
}
],
"obsidian-git:commit": [
{
"modifiers": [
"Meta",
"Shift"
],
"key": "C"
}
]
}