Releases: rishi-opensource/vim-claude-code
Releases · rishi-opensource/vim-claude-code
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.0
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
[1.1.0] – 2026-02-25
Changed
- New default layout —
g:claude_code_positionnow 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
[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
⭐ 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)