Skip to content

Releases: Tarquinen/opencode-vim

v0.0.13 - Prompt performance fixes

10 May 01:09

Choose a tag to compare

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

09 May 21:52

Choose a tag to compare

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

05 May 00:58

Choose a tag to compare

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

04 May 23:32

Choose a tag to compare

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

01 May 01:39

Choose a tag to compare

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

30 Apr 20:51

Choose a tag to compare

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

30 Apr 20:34

Choose a tag to compare

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

30 Apr 20:02

Choose a tag to compare

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

30 Apr 18:59

Choose a tag to compare

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

v0.0.4

30 Apr 17:59

Choose a tag to compare

Summary

  • Add npm-based auto-update support for opencode-vim.
  • Add the autoUpdate configuration option, enabled by default.
  • Add demo media and exclude local screenshot captures from packages.