--- tags: - shortcuts --- ⌃ = control Fn = Fn ⌥ = option ⌘ = command 已经设置了的: ### 基础操作 | name | hotkey | comment | | ------------------------- | --------- | ---------------------- | | add file property | ⌘ + ; | 给笔记增加属性 | | create new note | ⌘ + n | 创建新笔记 | | new tab | ⌘ + T | 新标签 | | rename file | f2 | 重命名 | | split down | ⌥ + ⌘ + h | 纵向分拆 | | split right | ⌥ + ⌘ + v | 横向分拆 | | toggle live preview / not | ⌥ + ⌘ + w | 切换实时预览的开启状态 | | toggle edit / view | ⌥ + ⌘ + w | 切换 编辑/查看 模式 | ### 插件 #### git | name | hotkey | comment | | --------------------------------- | --------- | ----------------- | | git commit with spec msg and sync | ⌥ + ⌘ + m | git 提交 with msg | | git commit and sync | ⌥ + ⌘ + g | git 提交 | #### copilot | name | hotkey | comment | | ------------------ | --------- | ------------------- | | toggle chat window | ⌥ + ⌘ + j | 右边栏显示聊天窗口, | 前提是右边栏已经被激活 #### terminal | name | hotkey | comment | | --------------- | ------ | ------------ | | open a terminal | ⌥ + T | 打开一个终端 | #### advance table | name | hotkey | comment | | | ----------------------------- | -------- | ----------- | --- | | format all table in this note | ⌥ + ⌘ + l | 格式化table | |