codemirror6-plugin icon indicating copy to clipboard operation
codemirror6-plugin copied to clipboard

Set Prec to highest for Tab/Esc key Commands and export Commands

Open s-cork opened this issue 2 years ago • 1 comments

Currently the tab key for the abbreviationTracker has no precedence, but this should probably be set to highest given that the tab key might also be assigned to indentation.

Also please export the key commands, that way I can assign tabKeyHandler to Enter.

s-cork avatar Sep 24 '22 05:09 s-cork

You can manually up the precedence for Tab by wrapping it in Prec.high

Screenshot 2024-08-06 at 6 57 49 AM

shshaw avatar Aug 06 '24 11:08 shshaw