Added documentation for argument text objects (#6942)

This commit is contained in:
w-cantin 2021-11-30 16:35:42 -05:00 committed by GitHub
parent 26bfc6faf2
commit 124d775e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -397,7 +397,7 @@ moving around:
## Text objects (only in Visual mode or after an operator)
| Status | Command | Description |
| ------------------ | ----------------- | ----------------------------------------------------------- |
| ------------------ | ----------------- | -------------------------------------------------------------------------------------------- |
| :white_check_mark: | :1234: aw | Select "a word" |
| :white_check_mark: | :1234: iw | Select "inner word" |
| :white_check_mark: | :1234: aW | Select "a WORD" |
@ -422,6 +422,8 @@ moving around:
| :white_check_mark: | :1234: i" | Select "inner double quoted string" |
| :white_check_mark: | :1234: a` | Select "a backward quoted string" |
| :white_check_mark: | :1234: i` | Select "inner backward quoted string" |
| :white_check_mark: | :1234: ia | Select "inner argument" from the [targets.vim plugin](https://github.com/wellle/targets.vim) |
| :white_check_mark: | :1234: aa | Select "an argument" from the [targets.vim plugin](https://github.com/wellle/targets.vim) |
## Repeating commands