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 mode) Default register for select, delete & change #20280

Open
1 task done
tlvenn opened this issue Nov 6, 2024 · 0 comments
Open
1 task done

(vim mode) Default register for select, delete & change #20280

tlvenn opened this issue Nov 6, 2024 · 0 comments
Labels
admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue

Comments

@tlvenn
Copy link

tlvenn commented Nov 6, 2024

Check for existing issues

  • Completed

Describe the feature

Coming from neovim, I am used to https://github.com/gbprod/cutlass.nvim and the way it overrides the following keys to always use the black hole register: c, C, s, S, d, D, x, X.

It also add a proper cut operator key which is super useful.

Maybe to keep it simple, we could configure the default register used by vim operators like:

registers = {
    select = "_",
    delete = "_",
    change = "_",
  }

Environment

NA

If applicable, add mockups / screenshots to help present your vision of the feature

No response

@tlvenn tlvenn added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue
Projects
None yet
Development

No branches or pull requests

1 participant