Skip to content

Instantly share code, notes, and snippets.

@extratone
Created February 5, 2024 20:20
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/4581d22dac599a8e304379cc0d8b3f22 to your computer and use it in GitHub Desktop.
Save extratone/4581d22dac599a8e304379cc0d8b3f22 to your computer and use it in GitHub Desktop.
An attempt to individually configure Obsidian by yet another specific system (Surface Laptop 2.)
{
"obsidian-collapse-all-plugin:collapse-file-explorer": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "ArrowLeft"
}
],
"app:delete-file": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "-"
}
],
"file-explorer:move-file": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "M"
}
],
"workspace:move-to-new-window": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "T"
}
],
"editor:swap-line-down": [
{
"modifiers": [
"Alt"
],
"key": "ArrowDown"
}
],
"editor:swap-line-up": [
{
"modifiers": [
"Alt"
],
"key": "ArrowUp"
}
],
"editor:insert-tag": [
{
"modifiers": [
"Alt",
"Shift"
],
"key": "T"
}
],
"obsidian-admonition:insert-admonition": [
{
"modifiers": [
"Alt",
"Shift"
],
"key": "A"
}
],
"obsidian-admonition:insert-callout": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "C"
}
],
"obsidian-advanced-uri:copy-uri-current-file-simple": [
{
"modifiers": [
"Alt"
],
"key": "C"
}
],
"backlink:open": [
{
"modifiers": [
"Alt",
"Mod",
"Shift"
],
"key": "\\"
}
],
"bookmarks:open": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "B"
}
],
"theme:switch": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": ","
}
],
"workspace:close-others": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "W"
}
],
"obsidian-collapse-all-plugin:expand-search": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "ArrowRight"
}
],
"command-palette:open": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "K"
}
],
"workspace:copy-url": [
{
"modifiers": [
"Alt",
"Shift"
],
"key": "C"
}
],
"file-explorer:new-file-in-new-pane": [],
"dataview:dataview-force-refresh-views": [
{
"modifiers": [
"Alt",
"Mod",
"Shift"
],
"key": "R"
}
],
"obsidian-excel-to-markdown-table:excel-to-markdown-table": [],
"file-explorer:reveal-active-file": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "E"
}
],
"file-explorer:open": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "E"
}
],
"obsidian-minimal-settings:toggle-minimal-switch": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "L"
}
],
"app:open-sandbox-vault": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "F12"
}
],
"outline:open": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "/"
}
],
"open-with-default-app:show": [
{
"modifiers": [
"Alt",
"Mod",
"Shift"
],
"key": "E"
}
],
"workspace:show-trash": [
{
"modifiers": [
"Mod"
],
"key": "0"
}
],
"window:zoom-in": [
{
"modifiers": [
"Mod"
],
"key": "="
}
],
"window:zoom-out": [
{
"modifiers": [
"Mod"
],
"key": "-"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment