ep_vim 0.5.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@ A vim-mode plugin for [Etherpad](https://etherpad.org/). Adds modal editing with
6
6
 
7
7
  - **Modal editing** — normal, insert, and visual (char + line) modes
8
8
  - **Motions** — `h` `j` `k` `l`, `w` `b` `e`, `0` `$` `^`, `gg` `G`, `f`/`F`/`t`/`T` char search
9
- - **Operators** — `d`, `c`, `y` with motion combinations (`dw`, `ce`, `y$`, etc.) and text objects (`ciw`, `diw`, `yiw`)
9
+ - **Operators** — `d`, `c`, `y` with motion combinations (`dw`, `ce`, `y$`, etc.) and text objects (`ciw`, `da"`, `yi(` etc.)
10
10
  - **Line operations** — `dd`, `cc`, `yy`, `J` (join), `Y` (yank line)
11
11
  - **Put** — `p` / `P` with linewise and characterwise register handling
12
12
  - **Editing** — `x`, `r`, `s`, `S`, `C`, `o`, `O`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ep_vim",
3
- "version": "0.5.0",
3
+ "version": "0.6.1",
4
4
  "description": "Vim-mode plugin for Etherpad with modal editing, motions, and operators",
5
5
  "author": {
6
6
  "name": "Seth Rothschild",