-
0.2.1 Stable
released this
2026-07-12 21:19:34 +00:00 | 134 commits to main since this releaseFixed
- Keystroke counting now captures Vim normal-mode commands and navigation (
h/j/k/l,
motions, operators). These are consumed by the CodeMirror/Vim layer and never reached the
previousdocument-level listener, so navigating showed 0 keystrokes; counting now happens
in the capture phase, scoped to editor targets, so every mission keystroke is counted.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Keystroke counting now captures Vim normal-mode commands and navigation (