terryma / vim-expand-region

Vim plugin that allows you to visually select increasingly larger regions of text using the same key combination.
MIT License
1.1k stars 46 forks source link

Docs for zero vs one #14

Open wbyoung opened 8 years ago

wbyoung commented 8 years ago

Thanks for the great plugin — everything's working well so far.

One question — what do the 0 & 1 values mean in the mappings? Did I just miss something in the docs?

ptzz commented 6 years ago

From the code:

  " Dictionary of text objects that are supported by default. Note that some of
  " the text objects are not available in vanilla vim. '1' indicates that the
  " text object is recursive (think of nested parens or brackets)
hexacera commented 6 years ago

It will be good if this can actually be added to readme so people don't have to read the code or find the vim help page.