Update keybindings
This commit is contained in:
47
hotkeys.json
47
hotkeys.json
@@ -111,30 +111,6 @@
|
|||||||
"key": "H"
|
"key": "H"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"editor:set-heading-1": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Alt"
|
|
||||||
],
|
|
||||||
"key": "1"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"editor:set-heading-2": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Alt"
|
|
||||||
],
|
|
||||||
"key": "2"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"editor:set-heading-3": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Alt"
|
|
||||||
],
|
|
||||||
"key": "3"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"daily-notes": [
|
"daily-notes": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
@@ -205,7 +181,7 @@
|
|||||||
"workspace:goto-tab-1": [
|
"workspace:goto-tab-1": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Ctrl"
|
"Mod"
|
||||||
],
|
],
|
||||||
"key": "1"
|
"key": "1"
|
||||||
}
|
}
|
||||||
@@ -340,19 +316,11 @@
|
|||||||
"editor:focus-left": [
|
"editor:focus-left": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Mod"
|
"Alt"
|
||||||
],
|
],
|
||||||
"key": "1"
|
"key": "1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"editor:focus-right": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "2"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"backlink:open": [
|
"backlink:open": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
@@ -386,5 +354,14 @@
|
|||||||
],
|
],
|
||||||
"key": "Enter"
|
"key": "Enter"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"editor:focus-right": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt"
|
||||||
|
],
|
||||||
|
"key": "2"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"workspace:new-tab": []
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user