After almost two years since the last release, this version delivers long-awaited updates with new features, multiple bug fixes, important improvements, and documentation updates. It represents a significant refresh and is highly recommended for all users.
β¨ Features
Open under cursor: Added support for opening the URL or file path under the cursor with gx (557c34b)
System clipboard integration: Added support for system clipboard (0da7e22)
π Bug Fixes
Fixed [cdy]G and [cdy]gg not working when editing multi-line commands (#106) (22a6773)
Fixed weird behavior when pressing Esc after [cdy] (#295) (757a2fe)
Fixed potential local variable leakage (a9377ba)
Fixed repeat command issues:
3. didnβt repeat the last change correctly (fc4f202)
3p / 3P pasted only once instead of multiple times (eb83e95)
Fixed return code propagation issue (35fc87b)
Fixed quoting for paths with spaces in plugin sources (1a0d203)
Fixed missing prefix_keys setting that caused full keymap scans (fa5e6fc)
Fixed quoting of temp file names containing spaces (b115c13)
Fixed incorrect cursor style handling in zvm_cursor_style (18c6506)
Fixed variable name typo zsh_frameworks in zvm_system_report (3f639a5)
Fixed wrong variable name in zvm_viins_undo (should be ZVM_VI_INSERT_MODE_LEGACY_UNDO) (18ff536)
Compatibility Fixes:
Cursor style compatibility with custom VIMRUNTIME variable (#327) (808579b)
WezTerm cursor compatibility (#259) (cd730cd)
Fixed case branch syntax error with escape \ (#276) (d35c0b4)
π Documentation
Updated README with new features (bbfae4e)
Added installation instructions for Zim (#278) (287efa1)