When setting, via the URL parameter vim=true, the vim keybindings in the svelte tutorial at learn.svelte.dev, I cannot find any indication of the keybinding to exit insert mode into command mode. Esc just deselects the window, and typical choices like jj, jk, Ctrl-[, don't seem to work either.
Love that the bindings are available, but need clarity on the mode switchers.
I tried Esc, jj, jk, Ctrl-[. Esc simply deselected the editor window.