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.
- package/README.md +4 -0
- package/demo.gif +0 -0
- 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
|
+

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