mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-06-22 04:58:40 +00:00
add secondary keybind
This commit is contained in:
@@ -214,6 +214,7 @@ export const generalKeymap = Prec.high(keymap.of([
|
|||||||
|
|
||||||
export const cssKeymap = Prec.highest(keymap.of([
|
export const cssKeymap = Prec.highest(keymap.of([
|
||||||
{ key: 'Mod-Shift-f', run: formatCSS },
|
{ key: 'Mod-Shift-f', run: formatCSS },
|
||||||
|
{ key: 'Alt-Shift-f', run: formatCSS },
|
||||||
]));
|
]));
|
||||||
|
|
||||||
export const markdownKeymap = Prec.highest(keymap.of([
|
export const markdownKeymap = Prec.highest(keymap.of([
|
||||||
|
|||||||
Reference in New Issue
Block a user