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

Clear line on <ret> when line is all whitespace #4854

Merged
merged 1 commit into from
Nov 25, 2022

Commits on Nov 23, 2022

  1. Clear line on <ret> when line is all whitespace

    This matches the insert-mode behavior for Vim and Kakoune: if the
    current line is empty except for whitespace, `<ret>` should insert a
    line ending at the beginning of the line, moving any indentation to the
    next line.
    the-mikedavis committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e348b4f View commit details
    Browse the repository at this point in the history