docs: Update README.md

This commit is contained in:
Chen Asraf
2023-05-16 14:18:42 +03:00
parent 7f842fbfe3
commit 52b155f43f

View File

@@ -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` |