update_shortcut

This commit is contained in:
Jade (Rose) Rowland
2025-12-03 22:59:20 -05:00
parent c1a185e852
commit f0aac2098a
+2 -2
View File
@@ -121,11 +121,11 @@ export function initEditor({ initialCode = '', onChange, onEvaluate, onStop, roo
run: () => onStop?.(),
},
{
key: 'Alt-]',
key: 'Alt-w',
run: (view) => jumpToCharacter(view, '$', 1),
},
{
key: 'Alt-[',
key: 'Alt-q',
run: (view) => jumpToCharacter(view, '$', -1),
},
/* {