> [!warning] > 古い設定なので最新化したい [[📕tadashi-aikawa]]が[[Obsidian]]に設定しているキーバインドについて。 - 意識して設定しているもののみを記載 - [[Vim]]のキーバインドは省略 - 備考に『AHKで...』とあるものは[[AutoHotkey]]でリマップし物理的に押下するキーを記載 - `F13`~`F24`の割り当てについては [[AutoHotkeyの押しっぱなし問題]] を参照 ## キーバインド [[📗VimやIDEのような2キーバインド(leaderキー)設定をしたい]] も参考に。 | 項目 | 設定値 | 備考 | | ------------------------------- | -------------- | --------------------- | | Close all other tabs | `Ctrl+Shift+W` | | | Close current tab | `Ctrl+Shift+Q` | AHKで`[E]q` | | Create note to the right | Blank | 新規タブで作成と間違えるから | | Focus on tab group above | `Ctrl+Alt+K` | 実際はpane | | Focus on tab group below | `Ctrl+Alt+J` | 実際はpane | | Focus on tab group to the left | `Ctrl+Alt+H` | 実際はpane | | Focus on tab group to the right | `Ctrl+Alt+L` | 実際はpane | | Fold less | `F21` | AHKで`Ctrl+J Ctrl+L` | | Fold more | `F20` | AHKで`Ctrl+J Ctrl+H` | | Follow link under cursor | Blank | [[🦉Shukuchi]]で設定するから | | Go to next tab | `Alt+H` | | | Go to previous tab | `Alt+L` | | | Go to tab ... | Blank | 1~9やlastは消す | | Make a copy of the current file | `Ctrl+Alt+D` | | | Navigate back | `Alt+左` | | | Navigate forward | `Alt+右` | | | New Tab | Blank | `Open daily note`と被る | | Open command palette | `Ctrl+Shift+A` | | | Split down | `Alt+-` | | | Split right | `Alt+I` | | | Toggle Live Preview/Source mode | `Alt+T` | | | Toggle italics | Blank | [[Vim]]で使う | | Toggle left sidebar | `Alt+W` | | | Toggle reading view | `Alt+P` | | | Toggle right sidebar | `Alt+O` | | | Toggle stacked tabs | `Alt+S` | | ### [[🦉Another Quick Switcher]] | 項目 | 設定値 | 備考 | | ---------------------------------- | -------- | --------------- | | Grep | `Ctrl+G` | | | Move file to another folder | `Ctrl+M` | | | [[Backlink search]] | `F17` | AHKで`Ctrl+J H` | | [[File name search]] | `F13` | AHKで`Ctrl+J F` | | [[Header floating search in file]] | `F18` | AHKで`Ctrl+J O` | | [[Link search]] | `F19` | AHKで`Ctrl+J L` | | [[Recent search]] | `F14` | AHKで`Ctrl+J E` | | [[Star search]] | `F16` | AHKで`Ctrl+J S` | | 2 hop link search | `F22` | AHKで`Ctrl+J 2` | ### [[🦉Carnelian]] | 項目 | 設定値 | 備考 | | --------------------------- | ------------------ | --------------- | | Add tags property | `Ctrl+Shift+K` | | | Copy Minerva URL | `Ctrl+Shift+M` | | | Format table | `Alt+;` | | | Show Carnelian commands | `Alt+E` | | | Strip links and decorations | `Ctrl+D` | | | Update change log | `Ctrl+Alt+Shift+U` | AHKで`Ctrl+J U` | ### [[Code Editor Shortcuts]] 以下を除き、すべてのホットキーを無効化。 | 項目 | 設定値 | 備考 | | ------------------------------ | -------- | ---- | | Insert cursor above | `Alt+K` | | | Insert cursor below | `Alt+J` | | | Select word or next occurrence | `Ctrl+K` | | ### [[Jump to link]] | 項目 | 設定値 | 備考 | | ---------------------- | -------- | --------------------------------- | | Jump to Link | `Ctrl+L` | | | Jump to Anywhere Regex | `Ctrl+;` | [[ノーマルモード]]で`s`に割り当て | ### [[Periodic Notes]] | 項目 | 設定値 | 備考 | | ------------------------- | ------------------ | ---- | | Open daily note | `Ctrl+T` | | | Open next daily note | `Ctrl+Shift+L` | | | Open previous daily note | `Ctrl+Shift+H` | | | Open next weekly note | `Ctrl+Shift+Alt+L` | | | Open previous weekly note | `Ctrl+Shift+Alt+H` | | ### [[🦉Shukuchi]] | 項目 | 設定値 | 備考 | | -------------------- | -------------- | ---- | | Open link | `Ctrl+]` | | | Open link in new tab | `Ctrl+Shift+]` | | ### [[🦉Silhouette]] | 項目 | 設定値 | 備考 | | --------------------- | ------------ | ---- | | Cycle bullet/checkbox | `Ctrl+Enter` | | | Move to recording | `Alt+N` | | | Push timer | `Alt+A` | | ### [[🦉Various Complements]] | 項目 | 設定値 | 備考 | | --------------------------------- | ------------------ | ---- | | Add a word to a custom dictionary | `Ctrl+Shift+Space` | | | Predictable complement | `Shift+Space` | | | Reload custom dictionaries | `Ctrl+Shift+R` | |