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

Update README to Document Only Built-in Vim/Neovim Text Objects #13

Open
m4xshen opened this issue Dec 11, 2024 · 0 comments
Open

Update README to Document Only Built-in Vim/Neovim Text Objects #13

m4xshen opened this issue Dec 11, 2024 · 0 comments

Comments

@m4xshen
Copy link

m4xshen commented Dec 11, 2024

In README.md (lines 58-59):

  • q: Quote (or ', ", ```)
  • b: Bracket (or (, {, [, <)

It seems there’s some overlap between built-in Vim/Neovim text objects and plugin-specific ones. For example:

  • b and B are built-in text objects (b for ( and B for {),
  • [, <, and similar objects are also supported (e.g., di[ or da<), but these are not grouped under b as described in the README.

I understand this grouping might be configured using a plugin. However, since not everyone has the same plugin setup, it might be clearer to document only the built-in text objects and remove references to q, as it is not a built-in text object.

If this suggestion works for you, I’d be happy to open a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant