diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json index 7943488..7891bfd 100644 --- a/.obsidian/hotkeys.json +++ b/.obsidian/hotkeys.json @@ -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" + } ] } \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index c93cf5d..371a02f 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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", diff --git a/new notes/快捷键设置.md b/new notes/快捷键设置.md index dcfb3da..35cc67b 100644 --- a/new notes/快捷键设置.md +++ b/new notes/快捷键设置.md @@ -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 |