mirror of
https://github.com/chenasraf/text-transform.nvim.git
synced 2026-05-18 01:48:57 +00:00
docs: Update README.md
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
Transform the current word or selection between multiple case types. Need to easily replace myVar
|
||||
with my_var or vice versa? This plugin is for you!
|
||||
|
||||
- Works on current word in **Normal Mode**
|
||||
- Works on selection in **Visual Mode**
|
||||
|
||||
| Transformation | Example Inputs | Output |
|
||||
| -------------- | --------------------------- | -------- |
|
||||
| `camelCase` | `my_var`, `my-var`, `MyVar` | `myVar` |
|
||||
|
||||
Reference in New Issue
Block a user