-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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
andB
are built-in text objects (b
for(
andB
for{
),[
,<
, and similar objects are also supported (e.g.,di[
orda<
), but these are not grouped underb
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.
Metadata
Metadata
Assignees
Labels
No labels