update: hotkeys config
This commit is contained in:
63
.obsidian/hotkeys.json
vendored
63
.obsidian/hotkeys.json
vendored
@@ -11,8 +11,7 @@
|
|||||||
"workspace:close-others": [
|
"workspace:close-others": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Alt",
|
"Alt"
|
||||||
"Mod"
|
|
||||||
],
|
],
|
||||||
"key": "W"
|
"key": "W"
|
||||||
}
|
}
|
||||||
@@ -33,5 +32,65 @@
|
|||||||
],
|
],
|
||||||
"key": "Q"
|
"key": "Q"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"obsidian-footnotes:insert-autonumbered-footnote": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "]"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"obsidian-editor-shortcuts:insertCursorAbove": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt",
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "ArrowUp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"obsidian-editor-shortcuts:insertCursorBelow": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt",
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "ArrowDown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"obsidian-editor-shortcuts:copyLineDown": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "ArrowDown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:swap-line-up": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt"
|
||||||
|
],
|
||||||
|
"key": "ArrowUp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:swap-line-down": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt"
|
||||||
|
],
|
||||||
|
"key": "ArrowDown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editing-toolbar:underline": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "U"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user