You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you press <CR> in vim in normal mode then the cursor simply moves from whatever position it is in a line to the start of the next line. In the marimo editor, it inserts a <CR> so it breaks the line (although the editor stays in vim normal mode). I must do this very frequently because I keep inserting line breaks all over my code. I've been using vi/vim pretty much daily for 35+ years so would be hard for me to adapt to this incompatibility!
Describe the bug
When you press
<CR>
in vim in normal mode then the cursor simply moves from whatever position it is in a line to the start of the next line. In the marimo editor, it inserts a<CR>
so it breaks the line (although the editor stays in vim normal mode). I must do this very frequently because I keep inserting line breaks all over my code. I've been using vi/vim pretty much daily for 35+ years so would be hard for me to adapt to this incompatibility!Environment
Code to reproduce
No response
The text was updated successfully, but these errors were encountered: