Closed lutzky closed 2 weeks ago
Alright, let's try, people will scream if this breaks stuff :)
Uhh... screamer here. I don't know how I missed this, but this breaks the Return key for ordinary paragraphs (it does nothing in Insert mode now). Super weird. Workaround is hitting o
in Command mode instead; seeing as the previous version was destructive, this seems less bad, but still worth fixing. I'll take a look.
I'll move discussion back to #976.
The standard keymap conflicts with the vim mode, e.g. not allowing arrow keys to move through the vim commandline for
/
and:
commands. The keys described in https://codemirror.net/docs/ref/#commands.standardKeymap seem to work just fine without it in vim mode.Fixes https://github.com/silverbulletmd/silverbullet/issues/976