livebook-dev / livebook

Automate code & data workflows with interactive Elixir notebooks
https://livebook.dev
Apache License 2.0
4.62k stars 408 forks source link

Add support for inserting blank line with Alt+Enter #2652

Closed elepedus closed 1 week ago

elepedus commented 3 weeks ago

Remaps CodeMirror's insertBlankLine command from Shift+Enter, which clashes with LiveView evaluate cell command, to `Ctrl+Enter"

https://github.com/livebook-dev/livebook/assets/4815651/e20fac60-c249-49ee-a41a-a38bb85f9130

However, tooltips aren't closed automatically afterwards, and will remain open until manually dismissed using the Escape key.

https://github.com/livebook-dev/livebook/assets/4815651/871bc663-c707-4bfd-ae26-c3a26b8f89c1

Does anyone know how to fix this?

CLAassistant commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.