vault backup: 2025-04-04 21:41:06

This commit is contained in:
zhangkun9038@dingtalk.com 2025-04-04 21:41:06 +08:00
parent 02b71bdbce
commit 9035aa2c7c
3 changed files with 25 additions and 23 deletions

View File

@ -39,24 +39,6 @@
"key": "-" "key": "-"
} }
], ],
"obsidian-git:push": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "D"
}
],
"obsidian-git:commit-push-specified-message": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "M"
}
],
"copilot:chat-toggle-window": [ "copilot:chat-toggle-window": [
{ {
"modifiers": [ "modifiers": [
@ -72,5 +54,23 @@
], ],
"key": "T" "key": "T"
} }
],
"obsidian-git:backup-and-close": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "G"
}
],
"obsidian-git:commit-push-specified-message": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "M"
}
] ]
} }

View File

@ -4,17 +4,17 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "eaf01d80a55d7ff0", "id": "b0244718572e39cd",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "05912eadb117b171", "id": "579c169a23885fbe",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "new notes/快捷键设置.md", "file": "new notes/快捷键设置.md",
"mode": "source", "mode": "preview",
"source": true "source": true
}, },
"icon": "lucide-file", "icon": "lucide-file",
@ -182,7 +182,7 @@
"terminal:Open terminal": false "terminal:Open terminal": false
} }
}, },
"active": "05912eadb117b171", "active": "579c169a23885fbe",
"lastOpenFiles": [ "lastOpenFiles": [
"new notes/快捷键设置.md", "new notes/快捷键设置.md",
"Chats/New Chat.md", "Chats/New Chat.md",

View File

@ -21,13 +21,15 @@ Fn = Fn
| split down | ⌥ + h | 纵向分拆 | | split down | ⌥ + h | 纵向分拆 |
| split right | ⌥ + v | 横向分拆 | | split right | ⌥ + v | 横向分拆 |
| toggle edit / view | ⌥ + w | 切换实时预览的开启状态 | | toggle edit / view | ⌥ + w | 切换实时预览的开启状态 |
| | | |
### 插件 ### 插件
#### git #### git
| name | hotkey | comment | | name | hotkey | comment |
| --------------------------------- | ------------- | --------------- | | --------------------------------- | ------------- | --------------- |
| git commit and sync | ⌘ + shift + m | git 提交 | | git commit and sync | ⌘ + shift + m | git 提交 |
| git commit with spec msg and sync | ⌥ + shift + m | git 提交 with msg | | git commit with spec msg and sync | ⌥ + ⌘ + m | git 提交 with msg |
| git commit and sync | ⌥ + ⌘ + g | git 提交 |
#### copilot #### copilot
| name | hotkey | comment | | name | hotkey | comment |