Skip to content

Instantly share code, notes, and snippets.

@extratone
Created March 29, 2024 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save extratone/fd6d4731365ca5babedbb37e1abcb95f to your computer and use it in GitHub Desktop.
Save extratone/fd6d4731365ca5babedbb37e1abcb95f to your computer and use it in GitHub Desktop.
Tracking my preferred Obsidian hotkey configuration for the sake of my sanity.
{
"obsidian-minimal-settings:toggle-minimal-switch": [
{
"modifiers": ["Ctrl", "Shift"],
"key": "L"
}
],
"editor:insert-wikilink": [
{
"modifiers": ["Alt", "Mod"],
"key": "K"
}
],
"editor:insert-tag": [
{
"modifiers": ["Alt", "Mod"],
"key": "T"
}
],
"obsidian-admonition:insert-admonition": [
{
"modifiers": ["Alt", "Mod"],
"key": "A"
}
],
"obsidian-admonition:insert-callout": [
{
"modifiers": ["Alt", "Mod"],
"key": "U"
}
],
"backlink:open": [
{
"modifiers": ["Alt", "Ctrl", "Mod"],
"key": "L"
}
],
"bookmarks:bookmark-current-view": [
{
"modifiers": ["Alt", "Mod"],
"key": "D"
}
],
"bookmarks:open": [
{
"modifiers": ["Alt", "Ctrl", "Mod"],
"key": "B"
}
],
"workspace:close-others": [
{
"modifiers": ["Alt", "Mod"],
"key": "W"
}
],
"editor:copy": [
{
"modifiers": ["Mod"],
"key": "C"
}
],
"workspace:copy-url": [
{
"modifiers": ["Alt"],
"key": "C"
}
],
"editor:cut": [
{
"modifiers": ["Mod"],
"key": "X"
}
],
"app:delete-file": [
{
"modifiers": ["Ctrl"],
"key": "-"
}
],
"editor:delete-paragraph": [],
"file-explorer:reveal-active-file": [
{
"modifiers": ["Alt", "Mod"],
"key": "E"
}
],
"file-explorer:open": [
{
"modifiers": ["Mod", "Shift"],
"key": "E"
}
],
"editor:go-start": [
{
"modifiers": ["Mod"],
"key": "ArrowUp"
}
],
"editor:go-end": [
{
"modifiers": ["Mod"],
"key": "ArrowDown"
}
],
"graph:open": [],
"homepage:open-homepage": [
{
"modifiers": ["Alt"],
"key": "H"
}
],
"homepage:set-to-active-file": [
{
"modifiers": ["Alt", "Mod"],
"key": "H"
}
],
"obsidian-importer:open-modal": [
{
"modifiers": ["Alt", "Mod"],
"key": "O"
}
],
"editor:attach-file": [
{
"modifiers": ["Mod", "Shift"],
"key": "O"
}
],
"editor:insert-callout": [
{
"modifiers": ["Alt", "Ctrl", "Mod"],
"key": "U"
}
],
"editor:insert-codeblock": [
{
"modifiers": ["Mod", "Shift"],
"key": "C"
}
],
"editor:insert-table": [
{
"modifiers": ["Alt", "Ctrl"],
"key": "T"
}
],
"keyboard-analyzer:show-shortcuts-analyzer-view": [
{
"modifiers": ["Alt", "Ctrl", "Mod"],
"key": "K"
}
],
"file-explorer:move-file": [
{
"modifiers": ["Alt", "Mod"],
"key": "M"
}
],
"app:open-vault": [
{
"modifiers": ["Alt", "Ctrl", "Shift"],
"key": "O"
}
],
"outline:open": [
{
"modifiers": ["Alt", "Ctrl"],
"key": "\\"
}
],
"editor:paste": [
{
"modifiers": ["Mod"],
"key": "V"
}
],
"properties:open": [
{
"modifiers": ["Alt", "Ctrl", "Mod"],
"key": "P"
}
],
"properties:open-local": [
{
"modifiers": ["Alt", "Mod"],
"key": "P"
}
],
"recent-files-obsidian:recent-files-open": [
{
"modifiers": ["Alt", "Ctrl"],
"key": "E"
}
],
"editor:redo": [
{
"modifiers": ["Mod", "Shift"],
"key": "Z"
}
],
"app:reload": [
{
"modifiers": ["Alt", "Ctrl", "Mod"],
"key": "R"
}
],
"editor:set-heading-1": [
{
"modifiers": ["Mod"],
"key": "1"
}
],
"workspace:goto-tab-1": [],
"workspace:goto-tab-2": [],
"workspace:goto-tab-3": [],
"workspace:goto-tab-4": [],
"workspace:goto-tab-5": [],
"workspace:goto-tab-6": [],
"workspace:goto-tab-7": [],
"workspace:goto-tab-8": [],
"editor:set-heading-2": [
{
"modifiers": ["Mod"],
"key": "2"
}
],
"editor:set-heading-3": [
{
"modifiers": ["Mod"],
"key": "3"
}
],
"editor:set-heading-4": [
{
"modifiers": ["Mod"],
"key": "4"
}
],
"open-with-default-app:open": [
{
"modifiers": ["Alt"],
"key": "U"
}
],
"app:show-debug-info": [
{
"modifiers": ["Ctrl", "Shift"],
"key": "I"
}
],
"sync:view-version-history": [
{
"modifiers": ["Alt", "Ctrl"],
"key": "V"
}
],
"editor:toggle-blockquote": [
{
"modifiers": ["Ctrl"],
"key": "Q"
}
],
"editor:toggle-bullet-list": [
{
"modifiers": ["Ctrl"],
"key": "L"
}
],
"editor:toggle-code": [
{
"modifiers": ["Alt", "Mod"],
"key": "C"
}
],
"editor:toggle-highlight": [
{
"modifiers": ["Mod", "Shift"],
"key": "M"
}
],
"app:toggle-left-sidebar": [
{
"modifiers": ["Ctrl"],
"key": "/"
}
],
"editor:toggle-source": [
{
"modifiers": ["Mod"],
"key": "D"
}
],
"editor:toggle-numbered-list": [
{
"modifiers": ["Alt", "Mod"],
"key": "L"
}
],
"app:toggle-right-sidebar": [
{
"modifiers": ["Ctrl"],
"key": "\\"
}
],
"editor:toggle-strikethrough": [
{
"modifiers": ["Alt"],
"key": "S"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment