mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Add Markdown Preview shortcut to Atom keymap (#13313)
This patch maps `Ctrl+Shift+M` to "Open Markdown Preview to the side". That's what it used to be in Atom: https://github.com/atom/markdown-preview Release Notes: - Added Markdown Preview shortcut for the Atom keymap
This commit is contained in:
parent
fefc91c6ad
commit
f78f6a6e1e
@ -25,7 +25,8 @@
|
|||||||
],
|
],
|
||||||
"ctrl-shift-down": "editor::AddSelectionBelow",
|
"ctrl-shift-down": "editor::AddSelectionBelow",
|
||||||
"ctrl-shift-up": "editor::AddSelectionAbove",
|
"ctrl-shift-up": "editor::AddSelectionAbove",
|
||||||
"cmd-shift-backspace": "editor::DeleteToBeginningOfLine"
|
"cmd-shift-backspace": "editor::DeleteToBeginningOfLine",
|
||||||
|
"ctrl-shift-m": "markdown::OpenPreviewToTheSide"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user