0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-22 13:38:38 +00:00

add secondary keybind

This commit is contained in:
Víctor Losada Hernández
2026-05-23 11:52:44 +02:00
parent 0661dac099
commit 823786f865
@@ -214,6 +214,7 @@ export const generalKeymap = Prec.high(keymap.of([
export const cssKeymap = Prec.highest(keymap.of([
{ key: 'Mod-Shift-f', run: formatCSS },
{ key: 'Alt-Shift-f', run: formatCSS },
]));
export const markdownKeymap = Prec.highest(keymap.of([