diff --git a/ROADMAP.md b/ROADMAP.md index 64a794835..9033115bf 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -396,32 +396,34 @@ 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" | -| :white_check_mark: | :1234: iW | Select "inner WORD" | -| :white_check_mark: | :1234: as | Select "a sentence" | -| :white_check_mark: | :1234: is | Select "inner sentence" | -| :white_check_mark: | :1234: ap | Select "a paragraph" | -| :white_check_mark: | :1234: ip | Select "inner paragraph" | -| :white_check_mark: | :1234: a], a[ | select '[' ']' blocks | -| :white_check_mark: | :1234: i], i[ | select inner '[' ']' blocks | -| :white_check_mark: | :1234: ab, a(, a) | Select "a block" (from "[(" to "])") | -| :white_check_mark: | :1234: ib, i), i( | Select "inner block" (from "[(" to "])") | -| :white_check_mark: | :1234: a>, a< | Select "a <> block" | -| :white_check_mark: | :1234: i>, i< | Select "inner <> block" | -| :white_check_mark: | :1234: aB, a{, a} | Select "a Block" (from "[{" to "]}") | -| :white_check_mark: | :1234: iB, i{, i} | Select "inner Block" (from "[{" to "]}") | -| :white_check_mark: | :1234: at | Select "a tag block" (from <aaa> to </aaa>) | -| :white_check_mark: | :1234: it | Select "inner tag block" (from <aaa> to </aaa>) | -| :white_check_mark: | :1234: a' | Select "a single quoted string" | -| :white_check_mark: | :1234: i' | Select "inner single quoted string" | -| :white_check_mark: | :1234: a" | Select "a double quoted string" | -| :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" | +| 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" | +| :white_check_mark: | :1234: iW | Select "inner WORD" | +| :white_check_mark: | :1234: as | Select "a sentence" | +| :white_check_mark: | :1234: is | Select "inner sentence" | +| :white_check_mark: | :1234: ap | Select "a paragraph" | +| :white_check_mark: | :1234: ip | Select "inner paragraph" | +| :white_check_mark: | :1234: a], a[ | select '[' ']' blocks | +| :white_check_mark: | :1234: i], i[ | select inner '[' ']' blocks | +| :white_check_mark: | :1234: ab, a(, a) | Select "a block" (from "[(" to "])") | +| :white_check_mark: | :1234: ib, i), i( | Select "inner block" (from "[(" to "])") | +| :white_check_mark: | :1234: a>, a< | Select "a <> block" | +| :white_check_mark: | :1234: i>, i< | Select "inner <> block" | +| :white_check_mark: | :1234: aB, a{, a} | Select "a Block" (from "[{" to "]}") | +| :white_check_mark: | :1234: iB, i{, i} | Select "inner Block" (from "[{" to "]}") | +| :white_check_mark: | :1234: at | Select "a tag block" (from <aaa> to </aaa>) | +| :white_check_mark: | :1234: it | Select "inner tag block" (from <aaa> to </aaa>) | +| :white_check_mark: | :1234: a' | Select "a single quoted string" | +| :white_check_mark: | :1234: i' | Select "inner single quoted string" | +| :white_check_mark: | :1234: a" | Select "a double quoted string" | +| :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