69 lines
941 B
JSON
69 lines
941 B
JSON
{
|
|
"editor:toggle-source": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "W"
|
|
}
|
|
],
|
|
"markdown:toggle-preview": [],
|
|
"workspace:split-horizontal": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "H"
|
|
}
|
|
],
|
|
"workspace:split-vertical": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "V"
|
|
}
|
|
],
|
|
"window:zoom-in": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "="
|
|
}
|
|
],
|
|
"window:zoom-out": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "-"
|
|
}
|
|
],
|
|
"obsidian-git:push": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Shift"
|
|
],
|
|
"key": "D"
|
|
}
|
|
],
|
|
"obsidian-git:commit-push-specified-message": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Shift"
|
|
],
|
|
"key": "M"
|
|
}
|
|
],
|
|
"copilot:chat-toggle-window": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "J"
|
|
}
|
|
]
|
|
} |