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": "-"
}
],
"obsidian-git:push": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "D"
}
],
"obsidian-git:commit-push-specified-message": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "M"
}
],
"copilot:chat-toggle-window": [
{
"modifiers": [
@ -72,5 +54,23 @@
],
"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",
"children": [
{
"id": "eaf01d80a55d7ff0",
"id": "b0244718572e39cd",
"type": "tabs",
"children": [
{
"id": "05912eadb117b171",
"id": "579c169a23885fbe",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "new notes/快捷键设置.md",
"mode": "source",
"mode": "preview",
"source": true
},
"icon": "lucide-file",
@ -182,7 +182,7 @@
"terminal:Open terminal": false
}
},
"active": "05912eadb117b171",
"active": "579c169a23885fbe",
"lastOpenFiles": [
"new notes/快捷键设置.md",
"Chats/New Chat.md",

View File

@ -21,13 +21,15 @@ Fn = Fn
| split down | ⌥ + h | 纵向分拆 |
| split right | ⌥ + v | 横向分拆 |
| toggle edit / view | ⌥ + w | 切换实时预览的开启状态 |
| | | |
### 插件
#### git
| name | hotkey | comment |
| --------------------------------- | ------------- | --------------- |
| 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
| name | hotkey | comment |