Skip to content

Instantly share code, notes, and snippets.

@proog
Last active April 29, 2025 21:15
Show Gist options
  • Select an option

  • Save proog/b0046014507dd717e8c2bb490ccde6bc to your computer and use it in GitHub Desktop.

Select an option

Save proog/b0046014507dd717e8c2bb490ccde6bc to your computer and use it in GitHub Desktop.
VS Code keymap for Obsidian
{
"editor:swap-line-down": [
{
"modifiers": [
"Alt"
],
"key": "ArrowDown"
}
],
"editor:swap-line-up": [
{
"modifiers": [
"Alt"
],
"key": "ArrowUp"
}
],
"command-palette:open": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "P"
}
],
"switcher:open": [
{
"modifiers": [
"Mod"
],
"key": "P"
}
],
"editor:delete-paragraph": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "K"
}
],
"workspace:close-others": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "T"
}
],
"workspace:copy-path": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "C"
}
],
"file-explorer:open": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "E"
}
],
"editor:toggle-bold": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "B"
}
],
"app:toggle-left-sidebar": [
{
"modifiers": [
"Mod"
],
"key": "B"
}
],
"editor:focus-left": [
{
"modifiers": [
"Mod"
],
"key": "1"
}
],
"editor:focus-right": [
{
"modifiers": [
"Mod"
],
"key": "2"
}
],
"app:go-back": [
{
"modifiers": [
"Ctrl"
],
"key": "-"
}
],
"app:go-forward": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "-"
}
]
}
@voidbar

voidbar commented Jul 27, 2023

Copy link
Copy Markdown

That's great. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment