Skip to content

Commit 5351ab4

Browse files
committed
vault: Re-add Cmd+Enter to toggle task with Tasks - stop it opening link in new leaf
1 parent d3648c6 commit 5351ab4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

resources/sample_vaults/Tasks-Demo/.obsidian/hotkeys.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"Mod"
2424
],
2525
"key": "M"
26+
},
27+
{
28+
"modifiers": [
29+
"Mod"
30+
],
31+
"key": "Enter"
2632
}
2733
],
2834
"editor:toggle-checklist-status": [],
@@ -44,5 +50,6 @@
4450
],
4551
"key": "/"
4652
}
47-
]
53+
],
54+
"editor:open-link-in-new-leaf": []
4855
}

0 commit comments

Comments
 (0)