
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A vim-mode plugin for Etherpad. Adds modal editing with normal, insert, and visual modes to the pad editor. Mostly vibe coded with Claude Code.

d, c, y)h j k l, w b e, 0 $ ^, gg G, f/F/t/T char search, { } paragraph forward/backward, H M L viewport (top/middle/bottom)f/F/t/T find, ; repeat last search, , reverse direction% jump to matching bracketiw/aw (word), i"/a" and i'/a' (quotes), i{/a{ etc. (brackets), ip/ap (paragraph), is/as (sentence)d, c, y with motion and text object combinations (dw, ce, y$, ciw, da", yi(, etc.)dd, cc, yy, D, J (join), Y (yank line)"a–"z named registers for yank/delete/put, "_ blackhole registerp / P with linewise and characterwise register handlingi a A I (insert/append), x, X, r, R (replace mode), s, S, C, o, O, ~ (toggle case)gu{motion}/gU{motion} lowercase/uppercase over motion or text object (e.g. guiw, gUap); u/U in visual mode lowercase/uppercase selectionm{a-z} to set, '{a-z} / `{a-z} to jump/ and ? forward/backward, n/N repeat, */# search word under cursorzz/zt/zb center/top/bottom, Ctrl+d/Ctrl+u half-page, Ctrl+f/Ctrl+b full-page (requires ctrl keys enabled)v char, V line, gv reselect last selection; ~ toggle case in visual. repeat last commandu undo, Ctrl+r redo (requires ctrl keys enabled)No further features are planned, but PRs are welcome. Notable exclusions in the current implementation are:
>>, <<, and > / < in visual modeCtrl+a and Ctrl+xIf you encounter rate limit errors, Etherpad's commit rate limiter (default: 10 per second) can be adjusted:
COMMIT_RATE_LIMIT_POINTS=100
From your Etherpad directory run
pnpm run plugins install ep_vim
GPL-3.0
FAQs
Vim-mode plugin for Etherpad with modal editing, motions, and operators
We found that ep_vim demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.