update_shortcut
This commit is contained in:
parent
c1a185e852
commit
f0aac2098a
1 changed files with 2 additions and 2 deletions
|
|
@ -121,11 +121,11 @@ export function initEditor({ initialCode = '', onChange, onEvaluate, onStop, roo
|
||||||
run: () => onStop?.(),
|
run: () => onStop?.(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'Alt-]',
|
key: 'Alt-w',
|
||||||
run: (view) => jumpToCharacter(view, '$', 1),
|
run: (view) => jumpToCharacter(view, '$', 1),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'Alt-[',
|
key: 'Alt-q',
|
||||||
run: (view) => jumpToCharacter(view, '$', -1),
|
run: (view) => jumpToCharacter(view, '$', -1),
|
||||||
},
|
},
|
||||||
/* {
|
/* {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue