Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vim incompatibility inserts line breaks #3318

Open
bulletmark opened this issue Dec 31, 2024 · 0 comments
Open

Vim incompatibility inserts line breaks #3318

bulletmark opened this issue Dec 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bulletmark
Copy link

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

$ .venv/bin/marimo env
{
  "marimo": "0.10.9",
  "OS": "Linux",
  "OS Version": "6.12.7-arch1-1",
  "Processor": "",
  "Python Version": "3.13.1",
  "Binaries": {
    "Browser": "--",
    "Node": "v23.4.0"
  },
  "Dependencies": {
    "click": "8.1.8",
    "docutils": "0.21.2",
    "itsdangerous": "2.2.0",
    "jedi": "0.19.2",
    "markdown": "3.7",
    "narwhals": "1.20.1",
    "packaging": "24.2",
    "psutil": "6.1.1",
    "pygments": "2.18.0",
    "pymdown-extensions": "10.13",
    "pyyaml": "6.0.2",
    "ruff": "0.8.4",
    "starlette": "0.45.1",
    "tomlkit": "0.13.2",
    "typing-extensions": "4.12.2",
    "uvicorn": "0.34.0",
    "websockets": "14.1"
  },
  "Optional Dependencies": {
    "altair": "5.5.0",
    "duckdb": "1.1.3",
    "pandas": "2.2.3",
    "polars": "1.18.0",
    "pyarrow": "18.1.0"
  }
}

Code to reproduce

No response

@bulletmark bulletmark added the bug Something isn't working label Dec 31, 2024
@bulletmark bulletmark changed the title Significant vim incompatibility inserts line breaks Vim incompatibility inserts line breaks Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant