Skip to content

Commit

Permalink
docs: phrasing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Aug 14, 2024
1 parent 0efb983 commit 7bfbe48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Bundle of more than 30 new textobjects for Neovim.
| indentation | surrounding lines with same or higher indentation | [see overview from vim-indent-object](https://github.com/michaeljsmith/vim-indent-object) | \- | `ii`, `ai`, `aI`, (`iI`) | all |
| restOfIndentation | lines down with same or higher indentation | \- | \- | `R` | all |
| greedyOuterIndentation | outer indentation, expanded to blank lines; useful to get functions with annotations | outer includes a blank, like `ap`/`ip` | \- | `ag`/`ig` | all |
| subword | like `iw`, but treating `-`, `_`, and `.` as word delimiters *and* only part of camelCase | outer includes trailing `_`,`-`, or space | \- | `iS`/`aS` | all |
| subword | like `iw`, but treating `-` and `_` as word delimiters *and* only part of camelCase | outer includes trailing `_`,`-`, or space | \- | `iS`/`aS` | all |
| toNextClosingBracket | from cursor to next closing `]`, `)`, or `}` | \- | small | `C` | all |
| toNextQuotationMark | from cursor to next unescaped[^1] `"`, `'`, or `` ` `` | \- | small | `Q` | all |
| anyQuote | between any unescaped[^1] `"`, `'`, or `` ` `` *in a line* | outer includes the quotation marks | small | `iq`/`aq` | all |
Expand All @@ -62,7 +62,7 @@ Bundle of more than 30 new textobjects for Neovim.
| mdFencedCodeBlock | markdown fenced code (enclosed by three backticks) | outer includes the enclosing backticks | big | `iC`/`aC` | markdown |
| cssSelector | class in CSS like `.my-class` | outer includes trailing comma and space | small | `ic`/`ac` | css, scss |
| cssColor | color in CSS (hex, rgb, or hsl) | inner includes only the color value | small | `i#`/`a#` | css, scss |
| htmlAttribute | attribute in html/xml like `href="foobar.com"` | inner is only the value inside the quotes trailing comma and space | small | `ix`/`ax` | html, xml, css, scss, vue |
| htmlAttribute | attribute in html/xml like `href="foobar.com"` | inner is only the value inside the quotes | small | `ix`/`ax` | html, xml, css, scss, vue |
| doubleSquareBrackets | text enclosed by `[[]]` | outer includes the four square brackets | small | `iD`/`aD` | lua, shell, neorg, markdown |
| shellPipe | segment until/after a pipe character (`\|`) | outer includes the pipe | small | `iP`/`aP` | bash, zsh, fish, sh |
| pyTripleQuotes | python strings surrounded by three quotes (regular or f-string) | inner excludes the `"""` or `'''` | \- | `iy`/`ay` | python |
Expand Down

0 comments on commit 7bfbe48

Please sign in to comment.