Skip to content

Commit 4bbba5d

Browse files
committed
docs: update readme
1 parent eaf84d8 commit 4bbba5d

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -156,16 +156,18 @@ require("text-transform").setup({
156156

157157
The following commands are available for your use in your own mappings or for reference.
158158

159-
| Command | Description |
160-
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
161-
| `:TtTelescope` \| `:TextTransform` | Pop up a Telescope window with all the transformers, which will directly act on the selected text or highlighted word. |
162-
| `:TtCamel` | Replace selection/word with `camelCase`. |
163-
| `:TtSnake` | Replace selection/word with `snake_case`. |
164-
| `:TtPascal` | Replace selection/word with `PascalCase`. |
165-
| `:TtConst` | Replace selection/word with `CONST_CASE`. |
166-
| `:TtDot` | Replace selection/word with `dot.case`. |
167-
| `:TtKebab` | Replace selection/word with `kebab-case`. |
168-
| `:TtTitle` | Replace selection/word with `Title Case`. |
159+
| Command | Description |
160+
| ---------------- | ---------------------------------------------------------------------------------------------------------------------- |
161+
| `:TextTransform` | Pop up a either a Telescope window or a selection popup, depending on the `popup_type` config. |
162+
| `:TtTelescope` | Pop up a Telescope window with all the transformers, which will directly act on the selected text or highlighted word. |
163+
| `:TtSelect` | Pop up a selection popup with all the transformers, which will directly act on the selected text or highlighted word. |
164+
| `:TtCamel` | Replace selection/word with `camelCase`. |
165+
| `:TtSnake` | Replace selection/word with `snake_case`. |
166+
| `:TtPascal` | Replace selection/word with `PascalCase`. |
167+
| `:TtConst` | Replace selection/word with `CONST_CASE`. |
168+
| `:TtDot` | Replace selection/word with `dot.case`. |
169+
| `:TtKebab` | Replace selection/word with `kebab-case`. |
170+
| `:TtTitle` | Replace selection/word with `Title Case`. |
169171

170172
## ⌨️⌨️ Keymaps
171173

0 commit comments

Comments
 (0)