- [x]
## Some basics
_Make new note_ — `Cmd-n`
_Create note in new pane_ — `Cmd-shift-n`
_Open the link you’re hovering over in a new pane (while in edit mode)_ — `Cmd-click`
_Toggle edit/preview mode_ — `Cmd-e`
_Open quick switcher_ — `Cmd-o`
_Close active pane_ — `Cmd-w`
## Formatting basics
_Undo, cut, copy, paste, bold, italicize_ — `Cmd-z,x,c,v,b,i`
---
## Intermediate
_Open command palette_ — `Cmd-p`
_Search and replace in current file_ — `Cmd-f`
_Search and replace in current file_ — `Cmd-h`
_Search in all files_ — `Cmd-shift-f`
### Some faves for outlining
_Swap line up_ —I mapped this to: `Cmd-1`
_Swap line down_ —I mapped this to: `Cmd-2`
_Toggle fold on current line_ —I mapped this to `Cmd-3`
_Toggle line to bulleted of numbered list_ †—I mapped this to `Cmd-4`
†: Requires the plugin “Hotkeys++”
### Formatting intermediate
_Insert template_ —I mapped this to: `Cmd-t`
---
## Advanced
### Changing the view
_Load workspace_ —I mapped this to: `Shift-Esc`
_Manage workspaces_ —I mapped this to: `Control-Esc`
_Toggle left sidebar_ —I mapped this to: `Cmd-LeftArrow`
_Toggle right sidebar_ —I mapped this to: `Cmd-RightArrow`
### Some secret weapons
_Navigate back_ —I mapped this to: `Opt-a`
_Navigate forward_ —I mapped this to: `Opt-s`
### Programmed to my mouse
_Open previous daily note_ —extra mouse button back
_Open next daily note_ —extra mouse button forward
_Open my Home note_ —When I click this mouse button, it types `Cmd-o, 000, Enter`
### Setup and File Management
_Open settings_ — `Cmd-,`
_Show in system explorer_ —I mapped this to: `Cmd-ctrl-opt-i`
_Reveal active file in navigation_ —I mapped this to: `Cmd-ctrl-i`
_Move file to another folder_ —I mapped this to: `Cmd-shift-i`
_Open another vault_ —I mapped this to: `Cmd-ctrl-opt-o`
### Note Management
_Toggle pin_ —I mapped this to: `Cmd-shift-e`
_Note Refactor: Extract selection to new note - first line as file name_ ††—I mapped this to: `Cmd-shift-r`
_Edit file title_ —I mapped this to: `Cmd-l` (then hit `enter` to return to the note)
_Calendar: Open Weekly Note_ —I mapped this to: `Cmd-shift-m`
††: Requires the plugin “Note Refactor”
†††: Requires the plugin “Calendar”
Edited. Source: <https://forum.obsidian.md/t/obsidian-hotkeys-favorites-and-best-practices/12125>