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

Fix ctrl-u on insert behavior #1957

Merged
merged 2 commits into from
Apr 23, 2022
Merged

Fix ctrl-u on insert behavior #1957

merged 2 commits into from
Apr 23, 2022

Commits on Apr 4, 2022

  1. Fix ctrl-u on insert behavior

    Now should follow vim behavior more
    - no longer remove text on cursor
    - no longer remove selected text while inserting
    - first kill to start non-whitespace, start, previous new line
    pickfire committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    1710940 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Add comment for c-u parts

    pickfire committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    535f90a View commit details
    Browse the repository at this point in the history