Skip to content

Releases: rishi-opensource/vim-claude-code

v1.4.1

11 Apr 10:16

Choose a tag to compare

1.4.1 (2026-04-11)

Bug Fixes

  • re-apply paste fix and unify with Windows improvements (c96a017)

v1.4.0

19 Mar 16:03

Choose a tag to compare

1.4.0 (2026-03-19)

Features

  • add tmux-like zoom (maximize) toggle for terminal (#23) (f7161c6)

v1.3.1

19 Mar 13:03

Choose a tag to compare

1.3.1 (2026-03-19)

Bug Fixes

  • align python diff trigger naming with vimscript expectations (#21) (97f29b6)

v1.3.0

19 Mar 12:25

Choose a tag to compare

1.3.0 (2026-03-19)

Bug Fixes

  • diff preview path resolution, stale triggers, and add accept/reject keybindings (38378f3)

Features

  • add diff preview for Claude Code edit suggestions (73cb65d)

v1.2.0

10 Mar 16:21

Choose a tag to compare

Added

  • Customizable mapping prefix — Introduced g:claude_code_map_extended_prefix (defaults to <Leader>c) allowing users to move all Claude-related keybindings to a custom prefix to avoid conflicts (#17).
  • README documentation — Updated documentation to reflect the new configuration options.

Fixed

  • Version consistency — Fixed an issue where the test suite was expecting an older version number.
  • Code cleanliness — Removed stray syntax artifacts (stray quotes) in the plugin entry point.

v1.1.0

24 Feb 19:07

Choose a tag to compare

[1.1.0] – 2026-02-25

Changed

  • New default layoutg:claude_code_position now defaults to 'right' (vertical split) for improved readability and side-by-side context.
  • Documentation overhaul — Streamlined README.md, moved changelog to the bottom, and clarified Quick Start commands.

Internal

  • Updated project version constants and badges to 1.1.0.

v1.0.1

24 Feb 07:14

Choose a tag to compare

[1.0.1] – 2026-02-24

Fixed

•⁠ ⁠Restore scroll behaviour for Claude response split window
•⁠ ⁠Ensure standard Vim scrolling works on response buffer (line-up/down, mouse wheel, PageUp/PageDown)
•⁠ ⁠Resolved buffer options that prevented scrolling in certain terminals

Improved

•⁠ ⁠Better buffer configuration for Claude output to support navigation and movement keys

v1.0.0

23 Feb 21:01
f720255

Choose a tag to compare

⭐ First Stable Release ⭐

Initial stable release of vim-claude-code.

This version provides structured Claude CLI integration for Vim 8.2+ using the :Claude <subcommand> interface.

Highlights

  • :Claude version
  • :Claude doctor
  • Explain, refactor, test, commit, and apply workflows
  • Visual selection support
  • Reusable Claude terminal buffer
  • Git root detection
  • Centralized configuration system
  • CI-tested

What’s Next

  • UX improvements and smarter subcommands (v1.x)
  • Neovim support and improved UI (v2.0)