Releases: Tarquinen/opencode-vim
Releases · Tarquinen/opencode-vim
v0.0.13 - Prompt performance fixes
What's Changed
- Avoid vimee prompt mapping during insert-mode typing and simple insert keybinds.
- Remove redundant renders for pass-through prompt keys.
- Optimize snippet prompt polling and trailing hashtag detection.
Full Changelog: v0.0.12...v0.0.13
v0.0.12 - keymap navigation fixes
What's Changed
- Migrate TUI commands to the OpenTUI keymap API
- Fix Enter autocomplete selection
- Fix normal-mode slash command selection
- Fix normal-mode snippet navigation and focus handling
Full Changelog: v0.0.11...v0.0.12
v0.0.11 - Text objects
What's Changed
- Add prompt-local Vim text objects for any quotes, paragraphs, and block aliases.
- Keep the cursor stable after custom yank text objects while retaining yank highlighting.
- Refresh README/demo assets and supported-key examples.
Full Changelog: v0.0.10...v0.0.11
v0.0.10 - Vim toggle command
What's Changed
- Add a persisted /vim command to toggle Vim key handling.
- Hide Vim status content while Vim mode is disabled.
Full Changelog: v0.0.9...v0.0.10
v0.0.9 - Visual mode and editing fixes
What's Changed
- Add visual selection mode
- Add yank highlight flash
- Fix o newline mapping
- Fix x wrap deletion
Full Changelog: v0.0.8...v0.0.9
v0.0.8 - wrapped e motion fix
What's Changed
- Fix normal-mode e motion across terminal soft-wrap rows.
Full Changelog: v0.0.7...v0.0.8
v0.0.7 - auto update cache fix
What's Changed
- Fix auto-update removal for OpenCode npm wrapper caches.
Full Changelog: v0.0.6...v0.0.7
v0.0.6 - normal mode navigation fixes
What's Changed
- Pass normal-mode Ctrl-C through to OpenCode.
- Restore Vim prompt navigation behavior for hjkl.
- Route normal-mode navigation keys to OpenCode UI when appropriate.
Full Changelog: v0.0.5...v0.0.6
v0.0.5 - normal mode command selection fixes
What's Changed
- Fix command selection from normal mode preserving the final typed character.
- Improve normal-mode UI key handling.
Full Changelog: v0.0.4...v0.0.5