ep_vim 0.9.2 → 0.9.3

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.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/demo.gif +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,8 @@
6
6
 
7
7
  A vim-mode plugin for [Etherpad](https://etherpad.org/). Adds modal editing with normal, insert, and visual modes to the pad editor. Mostly vibe coded with [Claude Code](https://claude.ai/claude-code).
8
8
 
9
+ ![demo](./demo.gif)
10
+
9
11
  ## Features
10
12
 
11
13
  - **Modal editing** — normal, insert, and visual (char + line) modes
@@ -18,6 +20,8 @@ A vim-mode plugin for [Etherpad](https://etherpad.org/). Adds modal editing with
18
20
  - **Put** — `p` / `P` with linewise and characterwise register handling
19
21
  - **Editing** — `x`, `r`, `s`, `S`, `C`, `o`, `O`, `~` (toggle case)
20
22
  - **Marks** — `m{a-z}` to set, `'{a-z}` / `` `{a-z} `` to jump
23
+ - **Search** — `/` and `?` forward/backward, `n`/`N` repeat
24
+ - **Repeat** — `.` repeat last command
21
25
  - **Counts** — numeric prefixes work with motions and operators
22
26
  - **Undo** — `u`
23
27
  - **Toggle** — toolbar button to enable/disable vim mode, persisted in localStorage
package/demo.gif ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ep_vim",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "Vim-mode plugin for Etherpad with modal editing, motions, and operators",
5
5
  "author": {
6
6
  "name": "Seth Rothschild",